Changeset 53915 in webkit


Ignore:
Timestamp:
Jan 27, 2010 3:16:09 AM (14 years ago)
Author:
pfeldman@chromium.org
Message:

2010-01-27 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: nuke quarantine wrappers.

https://bugs.webkit.org/show_bug.cgi?id=34203

  • Android.jscbindings.mk:
  • GNUmakefile.am:
  • WebCore.gypi:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • bindings/js/JSBindingsAllInOne.cpp:
  • bindings/js/JSInspectedObjectWrapper.cpp: Removed.
  • bindings/js/JSInspectedObjectWrapper.h: Removed.
  • bindings/js/JSInspectorCallbackWrapper.cpp: Removed.
  • bindings/js/JSInspectorCallbackWrapper.h: Removed.
  • bindings/js/JSQuarantinedObjectWrapper.cpp: Removed.
  • bindings/js/JSQuarantinedObjectWrapper.h: Removed.
Location:
trunk/WebCore
Files:
6 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/Android.jscbindings.mk

    r53849 r53915  
    119119        bindings/js/JSImageConstructor.cpp \
    120120        bindings/js/JSImageDataCustom.cpp \
    121         bindings/js/JSInspectedObjectWrapper.cpp \
    122121        bindings/js/JSLazyEventListener.cpp \
    123122        bindings/js/JSLocationCustom.cpp \
  • trunk/WebCore/ChangeLog

    r53913 r53915  
     12010-01-27  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        Reviewed by Timothy Hatcher.
     4
     5        Web Inspector: nuke quarantine wrappers.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=34203
     8
     9        * Android.jscbindings.mk:
     10        * GNUmakefile.am:
     11        * WebCore.gypi:
     12        * WebCore.pro:
     13        * WebCore.vcproj/WebCore.vcproj:
     14        * bindings/js/JSBindingsAllInOne.cpp:
     15        * bindings/js/JSInspectedObjectWrapper.cpp: Removed.
     16        * bindings/js/JSInspectedObjectWrapper.h: Removed.
     17        * bindings/js/JSInspectorCallbackWrapper.cpp: Removed.
     18        * bindings/js/JSInspectorCallbackWrapper.h: Removed.
     19        * bindings/js/JSQuarantinedObjectWrapper.cpp: Removed.
     20        * bindings/js/JSQuarantinedObjectWrapper.h: Removed.
     21
    1222010-01-27  Alexey Proskuryakov  <ap@apple.com>
    223
  • trunk/WebCore/GNUmakefile.am

    r53883 r53915  
    424424        WebCore/bindings/js/JSInjectedScriptHostCustom.cpp \
    425425        WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp \
    426         WebCore/bindings/js/JSInspectedObjectWrapper.cpp \
    427         WebCore/bindings/js/JSInspectedObjectWrapper.h \
    428         WebCore/bindings/js/JSInspectorCallbackWrapper.cpp \
    429         WebCore/bindings/js/JSInspectorCallbackWrapper.h \
    430426        WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp \
    431427        WebCore/bindings/js/JSLazyEventListener.cpp \
     
    455451        WebCore/bindings/js/JSPluginElementFunctions.h \
    456452        WebCore/bindings/js/JSPopStateEventCustom.cpp \
    457         WebCore/bindings/js/JSQuarantinedObjectWrapper.cpp \
    458         WebCore/bindings/js/JSQuarantinedObjectWrapper.h \
    459453        WebCore/bindings/js/JSStorageCustom.h \
    460454        WebCore/bindings/js/JSStyleSheetCustom.cpp \
  • trunk/WebCore/WebCore.gypi

    r53879 r53915  
    539539            'bindings/js/JSImageConstructor.h',
    540540            'bindings/js/JSImageDataCustom.cpp',
    541             'bindings/js/JSInspectedObjectWrapper.cpp',
    542             'bindings/js/JSInspectedObjectWrapper.h',
    543             'bindings/js/JSInspectorCallbackWrapper.cpp',
    544             'bindings/js/JSInspectorCallbackWrapper.h',
    545541            'bindings/js/JSInjectedScriptHostCustom.cpp',
    546542            'bindings/js/JSInspectorFrontendHostCustom.cpp',
     
    573569            'bindings/js/JSPluginElementFunctions.cpp',
    574570            'bindings/js/JSPluginElementFunctions.h',
    575             'bindings/js/JSQuarantinedObjectWrapper.cpp',
    576             'bindings/js/JSQuarantinedObjectWrapper.h',
    577571            'bindings/js/JSRGBColor.cpp',
    578572            'bindings/js/JSRGBColor.h',
  • trunk/WebCore/WebCore.pro

    r53883 r53915  
    301301    bindings/js/JSImageDataCustom.cpp \
    302302    bindings/js/JSInjectedScriptHostCustom.cpp \
    303     bindings/js/JSInspectedObjectWrapper.cpp \
    304303    bindings/js/JSInspectorFrontendHostCustom.cpp \
    305     bindings/js/JSInspectorCallbackWrapper.cpp \
    306304    bindings/js/JSLocationCustom.cpp \
    307305    bindings/js/JSNamedNodeMapCustom.cpp \
     
    313311    bindings/js/JSNodeListCustom.cpp \
    314312    bindings/js/JSOptionConstructor.cpp \
    315     bindings/js/JSQuarantinedObjectWrapper.cpp \
    316313    bindings/js/JSStyleSheetCustom.cpp \
    317314    bindings/js/JSStyleSheetListCustom.cpp \
     
    10031000    bindings/js/JSHTMLSelectElementCustom.h \
    10041001    bindings/js/JSImageConstructor.h \
    1005     bindings/js/JSInspectedObjectWrapper.h \
    1006     bindings/js/JSInspectorCallbackWrapper.h \
    10071002    bindings/js/JSLazyEventListener.h \
    10081003    bindings/js/JSLocationCustom.h \
     
    10111006    bindings/js/JSOptionConstructor.h \
    10121007    bindings/js/JSPluginElementFunctions.h \
    1013     bindings/js/JSQuarantinedObjectWrapper.h \
    10141008    bindings/js/JSSharedWorkerConstructor.h \
    10151009    bindings/js/JSStorageCustom.h \
  • trunk/WebCore/WebCore.vcproj/WebCore.vcproj

    r53879 r53915  
    3740537405                                </File>
    3740637406                                <File
    37407                                         RelativePath="..\bindings\js\JSInspectedObjectWrapper.cpp"
     37407                                        RelativePath="..\bindings\js\JSInspectorFrontendHostCustom.cpp"
    3740837408                                        >
    3740937409                                        <FileConfiguration
     
    3745737457                                </File>
    3745837458                                <File
    37459                                         RelativePath="..\bindings\js\JSInspectedObjectWrapper.h"
    37460                                         >
    37461                                 </File>
    37462                                 <File
    37463                                         RelativePath="..\bindings\js\JSInspectorCallbackWrapper.cpp"
    37464                                         >
    37465                                 </File>
    37466                                 <File
    37467                                         RelativePath="..\bindings\js\JSInspectorCallbackWrapper.h"
    37468                                         >
    37469                                 </File>
    37470                                 <File
    37471                                         RelativePath="..\bindings\js\JSInspectorFrontendHostCustom.cpp"
     37459                                        RelativePath="..\bindings\js\JSJavaScriptCallFrameCustom.cpp"
    3747237460                                        >
    3747337461                                        <FileConfiguration
     
    3752137509                                </File>
    3752237510                                <File
    37523                                         RelativePath="..\bindings\js\JSJavaScriptCallFrameCustom.cpp"
     37511                                        RelativePath="..\bindings\js\JSLazyEventListener.cpp"
    3752437512                                        >
    3752537513                                        <FileConfiguration
     
    3757337561                                </File>
    3757437562                                <File
    37575                                         RelativePath="..\bindings\js\JSLazyEventListener.cpp"
     37563                                        RelativePath="..\bindings\js\JSLazyEventListener.h"
     37564                                        >
     37565                                </File>
     37566                                <File
     37567                                        RelativePath="..\bindings\js\JSLocationCustom.cpp"
    3757637568                                        >
    3757737569                                        <FileConfiguration
     
    3762537617                                </File>
    3762637618                                <File
    37627                                         RelativePath="..\bindings\js\JSLazyEventListener.h"
    37628                                         >
    37629                                 </File>
    37630                                 <File
    37631                                         RelativePath="..\bindings\js\JSLocationCustom.cpp"
     37619                                        RelativePath="..\bindings\js\JSMessageChannelConstructor.cpp"
    3763237620                                        >
    3763337621                                        <FileConfiguration
     
    3768137669                                </File>
    3768237670                                <File
    37683                                         RelativePath="..\bindings\js\JSMessageChannelConstructor.cpp"
     37671                                        RelativePath="..\bindings\js\JSMessageChannelConstructor.h"
     37672                                        >
     37673                                </File>
     37674                                <File
     37675                                        RelativePath="..\bindings\js\JSMessageChannelCustom.cpp"
    3768437676                                        >
    3768537677                                        <FileConfiguration
     
    3773337725                                </File>
    3773437726                                <File
    37735                                         RelativePath="..\bindings\js\JSMessageChannelConstructor.h"
    37736                                         >
    37737                                 </File>
    37738                                 <File
    37739                                         RelativePath="..\bindings\js\JSMessageChannelCustom.cpp"
     37727                                        RelativePath="..\bindings\js\JSMessageEventCustom.cpp"
    3774037728                                        >
    3774137729                                        <FileConfiguration
     
    3778937777                                </File>
    3779037778                                <File
    37791                                         RelativePath="..\bindings\js\JSMessageEventCustom.cpp"
     37779                                        RelativePath="..\bindings\js\JSMessagePortCustom.cpp"
    3779237780                                        >
    3779337781                                        <FileConfiguration
     
    3784137829                                </File>
    3784237830                                <File
    37843                                         RelativePath="..\bindings\js\JSMessagePortCustom.cpp"
     37831                                        RelativePath="..\bindings\js\JSMessagePortCustom.h"
     37832                                        >
     37833                                </File>
     37834                                <File
     37835                                        RelativePath="..\bindings\js\JSMimeTypeArrayCustom.cpp"
    3784437836                                        >
    3784537837                                        <FileConfiguration
     
    3789337885                                </File>
    3789437886                                <File
    37895                                         RelativePath="..\bindings\js\JSMessagePortCustom.h"
    37896                                         >
    37897                                 </File>
    37898                                 <File
    37899                                         RelativePath="..\bindings\js\JSMimeTypeArrayCustom.cpp"
     37887                                        RelativePath="..\bindings\js\JSNamedNodeMapCustom.cpp"
    3790037888                                        >
    3790137889                                        <FileConfiguration
     
    3794937937                                </File>
    3795037938                                <File
    37951                                         RelativePath="..\bindings\js\JSNamedNodeMapCustom.cpp"
     37939                                        RelativePath="..\bindings\js\JSNavigatorCustom.cpp"
    3795237940                                        >
    3795337941                                        <FileConfiguration
     
    3800137989                                </File>
    3800237990                                <File
    38003                                         RelativePath="..\bindings\js\JSNavigatorCustom.cpp"
     37991                                        RelativePath="..\bindings\js\JSNodeCustom.cpp"
    3800437992                                        >
    3800537993                                        <FileConfiguration
     
    3805338041                                </File>
    3805438042                                <File
    38055                                         RelativePath="..\bindings\js\JSNodeCustom.cpp"
     38043                                        RelativePath="..\bindings\js\JSNodeFilterCondition.cpp"
    3805638044                                        >
    3805738045                                        <FileConfiguration
     
    3810538093                                </File>
    3810638094                                <File
    38107                                         RelativePath="..\bindings\js\JSNodeFilterCondition.cpp"
     38095                                        RelativePath="..\bindings\js\JSNodeFilterCondition.h"
     38096                                        >
     38097                                </File>
     38098                                <File
     38099                                        RelativePath="..\bindings\js\JSNodeFilterCustom.cpp"
    3810838100                                        >
    3810938101                                        <FileConfiguration
     
    3815738149                                </File>
    3815838150                                <File
    38159                                         RelativePath="..\bindings\js\JSNodeFilterCondition.h"
    38160                                         >
    38161                                 </File>
    38162                                 <File
    38163                                         RelativePath="..\bindings\js\JSNodeFilterCustom.cpp"
     38151                                        RelativePath="..\bindings\js\JSNodeIteratorCustom.cpp"
    3816438152                                        >
    3816538153                                        <FileConfiguration
     
    3821338201                                </File>
    3821438202                                <File
    38215                                         RelativePath="..\bindings\js\JSNodeIteratorCustom.cpp"
     38203                                        RelativePath="..\bindings\js\JSNodeListCustom.cpp"
    3821638204                                        >
    3821738205                                        <FileConfiguration
     
    3826538253                                </File>
    3826638254                                <File
    38267                                         RelativePath="..\bindings\js\JSNodeListCustom.cpp"
     38255                                        RelativePath="..\bindings\js\JSOptionConstructor.cpp"
    3826838256                                        >
    3826938257                                        <FileConfiguration
     
    3831738305                                </File>
    3831838306                                <File
    38319                                         RelativePath="..\bindings\js\JSOptionConstructor.cpp"
     38307                                        RelativePath="..\bindings\js\JSOptionConstructor.h"
     38308                                        >
     38309                                </File>
     38310                                <File
     38311                                        RelativePath="..\bindings\js\JSPluginArrayCustom.cpp"
    3832038312                                        >
    3832138313                                        <FileConfiguration
     
    3836938361                                </File>
    3837038362                                <File
    38371                                         RelativePath="..\bindings\js\JSOptionConstructor.h"
    38372                                         >
    38373                                 </File>
    38374                                 <File
    38375                                         RelativePath="..\bindings\js\JSPluginArrayCustom.cpp"
     38363                                        RelativePath="..\bindings\js\JSPluginCustom.cpp"
    3837638364                                        >
    3837738365                                        <FileConfiguration
     
    3842538413                                </File>
    3842638414                                <File
    38427                                         RelativePath="..\bindings\js\JSPluginCustom.cpp"
     38415                                        RelativePath="..\bindings\js\JSPluginElementFunctions.cpp"
    3842838416                                        >
    3842938417                                        <FileConfiguration
     
    3847738465                                </File>
    3847838466                                <File
    38479                                         RelativePath="..\bindings\js\JSPluginElementFunctions.cpp"
    38480                                         >
    38481                                         <FileConfiguration
    38482                                                 Name="Debug|Win32"
    38483                                                 ExcludedFromBuild="true"
    38484                                                 >
    38485                                                 <Tool
    38486                                                         Name="VCCLCompilerTool"
    38487                                                 />
    38488                                         </FileConfiguration>
    38489                                         <FileConfiguration
    38490                                                 Name="Release|Win32"
    38491                                                 ExcludedFromBuild="true"
    38492                                                 >
    38493                                                 <Tool
    38494                                                         Name="VCCLCompilerTool"
    38495                                                 />
    38496                                         </FileConfiguration>
    38497                                         <FileConfiguration
    38498                                                 Name="Debug_Internal|Win32"
    38499                                                 ExcludedFromBuild="true"
    38500                                                 >
    38501                                                 <Tool
    38502                                                         Name="VCCLCompilerTool"
    38503                                                 />
    38504                                         </FileConfiguration>
    38505                                         <FileConfiguration
    38506                                                 Name="Debug_Cairo|Win32"
    38507                                                 ExcludedFromBuild="true"
    38508                                                 >
    38509                                                 <Tool
    38510                                                         Name="VCCLCompilerTool"
    38511                                                 />
    38512                                         </FileConfiguration>
    38513                                         <FileConfiguration
    38514                                                 Name="Release_Cairo|Win32"
    38515                                                 ExcludedFromBuild="true"
    38516                                                 >
    38517                                                 <Tool
    38518                                                         Name="VCCLCompilerTool"
    38519                                                 />
    38520                                         </FileConfiguration>
    38521                                         <FileConfiguration
    38522                                                 Name="Debug_All|Win32"
    38523                                                 ExcludedFromBuild="true"
    38524                                                 >
    38525                                                 <Tool
    38526                                                         Name="VCCLCompilerTool"
    38527                                                 />
    38528                                         </FileConfiguration>
    38529                                 </File>
    38530                                 <File
    3853138467                                        RelativePath="..\bindings\js\JSPluginElementFunctions.h"
    3853238468                                        >
     
    3853438470                                <File
    3853538471                                        RelativePath="..\bindings\js\JSPopStateEventCustom.cpp"
    38536                                         >
    38537                                 </File>
    38538                                 <File
    38539                                         RelativePath="..\bindings\js\JSQuarantinedObjectWrapper.cpp"
    38540                                         >
    38541                                         <FileConfiguration
    38542                                                 Name="Debug|Win32"
    38543                                                 ExcludedFromBuild="true"
    38544                                                 >
    38545                                                 <Tool
    38546                                                         Name="VCCLCompilerTool"
    38547                                                 />
    38548                                         </FileConfiguration>
    38549                                         <FileConfiguration
    38550                                                 Name="Release|Win32"
    38551                                                 ExcludedFromBuild="true"
    38552                                                 >
    38553                                                 <Tool
    38554                                                         Name="VCCLCompilerTool"
    38555                                                 />
    38556                                         </FileConfiguration>
    38557                                         <FileConfiguration
    38558                                                 Name="Debug_Internal|Win32"
    38559                                                 ExcludedFromBuild="true"
    38560                                                 >
    38561                                                 <Tool
    38562                                                         Name="VCCLCompilerTool"
    38563                                                 />
    38564                                         </FileConfiguration>
    38565                                         <FileConfiguration
    38566                                                 Name="Debug_Cairo|Win32"
    38567                                                 ExcludedFromBuild="true"
    38568                                                 >
    38569                                                 <Tool
    38570                                                         Name="VCCLCompilerTool"
    38571                                                 />
    38572                                         </FileConfiguration>
    38573                                         <FileConfiguration
    38574                                                 Name="Release_Cairo|Win32"
    38575                                                 ExcludedFromBuild="true"
    38576                                                 >
    38577                                                 <Tool
    38578                                                         Name="VCCLCompilerTool"
    38579                                                 />
    38580                                         </FileConfiguration>
    38581                                         <FileConfiguration
    38582                                                 Name="Debug_All|Win32"
    38583                                                 ExcludedFromBuild="true"
    38584                                                 >
    38585                                                 <Tool
    38586                                                         Name="VCCLCompilerTool"
    38587                                                 />
    38588                                         </FileConfiguration>
    38589                                 </File>
    38590                                 <File
    38591                                         RelativePath="..\bindings\js\JSQuarantinedObjectWrapper.h"
    3859238472                                        >
    3859338473                                </File>
  • trunk/WebCore/WebCore.xcodeproj/project.pbxproj

    r53908 r53915  
    46154615                BCFF64910EAD15C200C1D6F7 /* LengthBox.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFF648F0EAD15C200C1D6F7 /* LengthBox.h */; settings = {ATTRIBUTES = (Private, ); }; };
    46164616                BCFF64920EAD15C200C1D6F7 /* LengthSize.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFF64900EAD15C200C1D6F7 /* LengthSize.h */; settings = {ATTRIBUTES = (Private, ); }; };
    4617                 C091588A0DB4209200E55AF4 /* JSInspectedObjectWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C09158840DB4209200E55AF4 /* JSInspectedObjectWrapper.cpp */; };
    4618                 C091588B0DB4209200E55AF4 /* JSInspectedObjectWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C09158850DB4209200E55AF4 /* JSInspectedObjectWrapper.h */; };
    4619                 C091588C0DB4209200E55AF4 /* JSInspectorCallbackWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C09158860DB4209200E55AF4 /* JSInspectorCallbackWrapper.cpp */; };
    4620                 C091588D0DB4209200E55AF4 /* JSInspectorCallbackWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C09158870DB4209200E55AF4 /* JSInspectorCallbackWrapper.h */; };
    4621                 C091588E0DB4209200E55AF4 /* JSQuarantinedObjectWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C09158880DB4209200E55AF4 /* JSQuarantinedObjectWrapper.cpp */; };
    4622                 C091588F0DB4209200E55AF4 /* JSQuarantinedObjectWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C09158890DB4209200E55AF4 /* JSQuarantinedObjectWrapper.h */; };
    46234617                C0DFC8700DB6841A003EAE7C /* JSConsoleCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0DFC86F0DB6841A003EAE7C /* JSConsoleCustom.cpp */; };
    46244618                C105DA620F3AA68F001DD44F /* TextEncodingDetectorICU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C105DA610F3AA68F001DD44F /* TextEncodingDetectorICU.cpp */; };
     
    98809874                BE91FC8C06133666005E3790 /* Position.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Position.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
    98819875                BE983D95052A2E0A00892D85 /* WebCoreKeyboardUIMode.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebCoreKeyboardUIMode.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
    9882                 C09158840DB4209200E55AF4 /* JSInspectedObjectWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSInspectedObjectWrapper.cpp; sourceTree = "<group>"; };
    9883                 C09158850DB4209200E55AF4 /* JSInspectedObjectWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSInspectedObjectWrapper.h; sourceTree = "<group>"; };
    9884                 C09158860DB4209200E55AF4 /* JSInspectorCallbackWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSInspectorCallbackWrapper.cpp; sourceTree = "<group>"; };
    9885                 C09158870DB4209200E55AF4 /* JSInspectorCallbackWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSInspectorCallbackWrapper.h; sourceTree = "<group>"; };
    9886                 C09158880DB4209200E55AF4 /* JSQuarantinedObjectWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSQuarantinedObjectWrapper.cpp; sourceTree = "<group>"; };
    9887                 C09158890DB4209200E55AF4 /* JSQuarantinedObjectWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSQuarantinedObjectWrapper.h; sourceTree = "<group>"; };
    98889876                C0DFC86F0DB6841A003EAE7C /* JSConsoleCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSConsoleCustom.cpp; sourceTree = "<group>"; };
    98899877                C105DA610F3AA68F001DD44F /* TextEncodingDetectorICU.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextEncodingDetectorICU.cpp; sourceTree = "<group>"; };
     
    1458814576                                3314ACE910892086000F0E56 /* JSExceptionBase.cpp */,
    1458914577                                3314ACEA10892086000F0E56 /* JSExceptionBase.h */,
    14590                                 C09158840DB4209200E55AF4 /* JSInspectedObjectWrapper.cpp */,
    14591                                 C09158850DB4209200E55AF4 /* JSInspectedObjectWrapper.h */,
    14592                                 C09158860DB4209200E55AF4 /* JSInspectorCallbackWrapper.cpp */,
    14593                                 C09158870DB4209200E55AF4 /* JSInspectorCallbackWrapper.h */,
    1459414578                                93B70D4F09EB0C7C009D8468 /* JSPluginElementFunctions.cpp */,
    1459514579                                93B70D5009EB0C7C009D8468 /* JSPluginElementFunctions.h */,
    14596                                 C09158880DB4209200E55AF4 /* JSQuarantinedObjectWrapper.cpp */,
    14597                                 C09158890DB4209200E55AF4 /* JSQuarantinedObjectWrapper.h */,
    1459814580                                415B7C550FF598E6006770F7 /* JSSharedWorkerConstructor.cpp */,
    1459914581                                415B7C620FF5A767006770F7 /* JSSharedWorkerConstructor.h */,
     
    1743317415                                BC6C49F40D7DBA0500FFA558 /* JSImageConstructor.h in Headers */,
    1743417416                                A77979290D6B9E64003851B9 /* JSImageData.h in Headers */,
    17435                                 C091588B0DB4209200E55AF4 /* JSInspectedObjectWrapper.h in Headers */,
    1743617417                                41F060CE0F5EEB2B00A07EAC /* JSInspectorBackend.h in Headers */,
    17437                                 C091588D0DB4209200E55AF4 /* JSInspectorCallbackWrapper.h in Headers */,
    1743817418                                1C5FAED20DCFD90100D58F78 /* JSJavaScriptCallFrame.h in Headers */,
    1743917419                                A86629D309DA2B48009633A5 /* JSKeyboardEvent.h in Headers */,
     
    1747017450                                65DF320009D1CC60000BE325 /* JSProcessingInstruction.h in Headers */,
    1747117451                                E44613EE0CD681BB00FADA75 /* JSProgressEvent.h in Headers */,
    17472                                 C091588F0DB4209200E55AF4 /* JSQuarantinedObjectWrapper.h in Headers */,
    1747317452                                65DF320209D1CC60000BE325 /* JSRange.h in Headers */,
    1747417453                                D23CA55D0AB0EAAE005108A5 /* JSRangeException.h in Headers */,
     
    1967719656                                A77979280D6B9E64003851B9 /* JSImageData.cpp in Sources */,
    1967819657                                A7D0318E0E93540300E24ACD /* JSImageDataCustom.cpp in Sources */,
    19679                                 C091588A0DB4209200E55AF4 /* JSInspectedObjectWrapper.cpp in Sources */,
    1968019658                                41F060CD0F5EEB2B00A07EAC /* JSInspectorBackend.cpp in Sources */,
    1968119659                                7A74ECBD101839DA00BF939E /* JSInspectorFrontendHostCustom.cpp in Sources */,
    19682                                 C091588C0DB4209200E55AF4 /* JSInspectorCallbackWrapper.cpp in Sources */,
    1968319660                                1C5FAED10DCFD90100D58F78 /* JSJavaScriptCallFrame.cpp in Sources */,
    1968419661                                1C5FAEE70DCFDA6800D58F78 /* JSJavaScriptCallFrameCustom.cpp in Sources */,
     
    1972919706                                65DF31FF09D1CC60000BE325 /* JSProcessingInstruction.cpp in Sources */,
    1973019707                                E44613ED0CD681BA00FADA75 /* JSProgressEvent.cpp in Sources */,
    19731                                 C091588E0DB4209200E55AF4 /* JSQuarantinedObjectWrapper.cpp in Sources */,
    1973219708                                65DF320109D1CC60000BE325 /* JSRange.cpp in Sources */,
    1973319709                                D23CA55F0AB0EAB6005108A5 /* JSRangeException.cpp in Sources */,
  • trunk/WebCore/bindings/js/JSBindingsAllInOne.cpp

    r53088 r53915  
    8787#include "JSImageDataCustom.cpp"
    8888#include "JSInjectedScriptHostCustom.cpp"
    89 #include "JSInspectedObjectWrapper.cpp"
    9089#include "JSInspectorFrontendHostCustom.cpp"
    9190#include "JSJavaScriptCallFrameCustom.cpp"
     
    108107#include "JSPluginCustom.cpp"
    109108#include "JSPluginElementFunctions.cpp"
    110 #include "JSQuarantinedObjectWrapper.cpp"
    111109#include "JSSQLResultSetRowListCustom.cpp"
    112110#include "JSSQLTransactionCustom.cpp"
Note: See TracChangeset for help on using the changeset viewer.