Skip to content
  • haraken@chromium.org's avatar
    Rename [DontEnum] IDL to [NotEnumerable] IDL · 16f249f7
    haraken@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=77710
    
    Reviewed by Adam Barth.
    
    [DontEnum] is a negation of [[Enumerable]] in the ECMAScript spec
    (8.6.1 of http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf).
    This patch renames [DontEnum] to [NotEnumerable].
    
    No tests. No change in behavior.
    
    * bindings/scripts/CodeGeneratorJS.pm:
    (GenerateAttributesHashTable):
    (GenerateImplementation):
    * bindings/scripts/CodeGeneratorV8.pm:
    (GenerateSingleBatchedAttribute):
    (GenerateImplementation):
    
    * css/WebKitCSSMatrix.idl:
    * dom/DOMCoreException.idl:
    * dom/Document.idl:
    * dom/Element.idl:
    * dom/EventException.idl:
    * dom/RangeException.idl:
    * fileapi/FileException.idl:
    * fileapi/OperationNotAllowedException.idl:
    * html/DOMTokenList.idl:
    * html/HTMLAnchorElement.idl:
    * html/HTMLBodyElement.idl:
    * html/HTMLFrameSetElement.idl:
    * html/HTMLInputElement.idl:
    * page/DOMSelection.idl:
    * page/DOMWindow.idl:
    * page/Location.idl:
    * storage/IDBDatabaseException.idl:
    * storage/Storage.idl:
    * svg/SVGElementInstance.idl:
    * svg/SVGException.idl:
    * workers/WorkerLocation.idl:
    * xml/XMLHttpRequestException.idl:
    * xml/XPathException.idl:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106645 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    16f249f7