Title: [106449] trunk/Source/WebCore
Revision
106449
Author
[email protected]
Date
2012-02-01 01:44:03 -0800 (Wed, 01 Feb 2012)

Log Message

Remove unnecessary [OldStyleObjC] from ShadowRoot.idl.
https://bugs.webkit.org/show_bug.cgi?id=77516

Reviewed by Kentaro Hara.

No new tests. No change in behavior.

* dom/ShadowRoot.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106448 => 106449)


--- trunk/Source/WebCore/ChangeLog	2012-02-01 09:39:13 UTC (rev 106448)
+++ trunk/Source/WebCore/ChangeLog	2012-02-01 09:44:03 UTC (rev 106449)
@@ -1,3 +1,14 @@
+2012-02-01  Hayato Ito  <[email protected]>
+
+        Remove unnecessary [OldStyleObjC] from ShadowRoot.idl.
+        https://bugs.webkit.org/show_bug.cgi?id=77516
+
+        Reviewed by Kentaro Hara.
+
+        No new tests. No change in behavior.
+
+        * dom/ShadowRoot.idl:
+
 2012-01-26  Philippe Normand  <[email protected]>
 
         [GStreamer] 0.11 webkitwebsrc

Modified: trunk/Source/WebCore/dom/ShadowRoot.idl (106448 => 106449)


--- trunk/Source/WebCore/dom/ShadowRoot.idl	2012-02-01 09:39:13 UTC (rev 106448)
+++ trunk/Source/WebCore/dom/ShadowRoot.idl	2012-02-01 09:44:03 UTC (rev 106449)
@@ -36,8 +36,8 @@
         Element getElementById(in [Optional=CallWithDefaultValue] DOMString elementId);
         NodeList getElementsByClassName(in [Optional=CallWithDefaultValue] DOMString className);
         NodeList getElementsByTagName(in [Optional=CallWithDefaultValue] DOMString tagName);
-        [OldStyleObjC] NodeList getElementsByTagNameNS(in [ConvertNullToNullString,Optional=CallWithDefaultValue] DOMString namespaceURI,
-                                                       in [Optional=CallWithDefaultValue] DOMString localName);
+        NodeList getElementsByTagNameNS(in [ConvertNullToNullString,Optional=CallWithDefaultValue] DOMString namespaceURI,
+                                        in [Optional=CallWithDefaultValue] DOMString localName);
     };
 
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to