Skip to content
  • weinig@apple.com's avatar
    There is no need for any custom bindings for Console · 8fb97790
    weinig@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=121338
    
    Reviewed by Joseph Pecoraro.
    
    * GNUmakefile.list.am:
    * Target.pri:
    * UseJSC.cmake:
    * WebCore.vcxproj/WebCore.vcxproj:
    * WebCore.vcxproj/WebCore.vcxproj.filters:
    * WebCore.xcodeproj/project.pbxproj:
    * bindings/js/JSBindingsAllInOne.cpp:
    Remove JSConsoleCustom.cpp from project files.
    
    * bindings/js/JSConsoleCustom.cpp:
    Removed.
    
    * page/Console.cpp:
    (WebCore::Console::profile):
    (WebCore::Console::profileEnd):
    * page/Console.h:
    Swap the order of the arguments to appease the bindings generator.
    
    * page/Console.idl:
    Add the [CallWith=ScriptState] attribute to pass the ExecState
    and [TreatNullAs=NullString, TreatUndefinedAs=NullString] to get
    the right stringification.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@155738 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    8fb97790