Skip to content
  • commit-queue@webkit.org's avatar
    https://bugs.webkit.org/show_bug.cgi?id=81893 · 07589066
    commit-queue@webkit.org authored
    Remove custom bindings form ScriptProfileNode.idl of attribute type Array.
    
    Patch by Vineet Chaudhary <rgf748@motorola.com> on 2012-03-22
    Reviewed by Kentaro Hara.
    
    Replace [CustomGetter] Array with sequence<ScriptProfileNode>.
    To remove the custom bindings code.
    
    Test: No new tests. LayoutTests/fast/profiler/* test are enough for this.
    
    * bindings/js/JSScriptProfileNodeCustom.cpp: Removed custom function.
    (WebCore::JSScriptProfileNode::callUID):
    * bindings/v8/custom/V8ScriptProfileNodeCustom.cpp: Removed custom function.
    (WebCore):
    * inspector/ScriptProfileNode.idl: Replaced Array with sequence<ScriptProfileNode>.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@111692 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    07589066