Skip to content
  • haraken@chromium.org's avatar
    Remove redundant [CanBeConstructed] IDLs · 53232c76
    haraken@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=71868
    
    Reviewed by Adam Barth.
    
    If a class has [Constructor] or [CustomConstructor],
    then [CanBeConstructed] is not necessary.
    This patch just removes [CanBeConstructed] from all the classes
    that already have [Constructor] or [CustomConstructor].
    
    No tests. No change in behavior.
    
    * bindings/scripts/CodeGeneratorV8.pm: Corrected typo. This correction is required for this patch.
    * bindings/scripts/test/V8/V8TestObj.cpp: Updated a run-bindings-tests result.
    (WebCore::ConfigureV8TestObjTemplate):
    * css/WebKitCSSMatrix.idl:
    * dom/BeforeLoadEvent.idl:
    * dom/CustomEvent.idl:
    * dom/ErrorEvent.idl:
    * dom/Event.idl:
    * dom/HashChangeEvent.idl:
    * dom/MessageChannel.idl:
    * dom/MessageEvent.idl:
    * dom/OverflowEvent.idl:
    * dom/PageTransitionEvent.idl:
    * dom/PopStateEvent.idl:
    * dom/ProgressEvent.idl:
    * dom/WebKitAnimationEvent.idl:
    * dom/WebKitMutationObserver.idl:
    * dom/WebKitTransitionEvent.idl:
    * fileapi/FileReader.idl:
    * html/DOMFormData.idl:
    * html/TextTrackCue.idl:
    * html/canvas/ArrayBuffer.idl:
    * html/canvas/DataView.idl:
    * html/canvas/Float32Array.idl:
    * html/canvas/Float64Array.idl:
    * html/canvas/Int16Array.idl:
    * html/canvas/Int32Array.idl:
    * html/canvas/Int8Array.idl:
    * html/canvas/Uint16Array.idl:
    * html/canvas/Uint32Array.idl:
    * html/canvas/Uint8Array.idl:
    * html/track/TrackEvent.idl:
    * mediastream/PeerConnection.idl:
    * page/EventSource.idl:
    * page/WebKitPoint.idl:
    * webaudio/AudioContext.idl:
    * websockets/CloseEvent.idl:
    * websockets/WebSocket.idl:
    * workers/SharedWorker.idl:
    * workers/Worker.idl:
    * xml/XMLHttpRequest.idl:
    * xml/XSLTProcessor.idl:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@99732 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    53232c76