Title: [131256] trunk/Source/WebCore
- Revision
- 131256
- Author
- [email protected]
- Date
- 2012-10-13 00:18:52 -0700 (Sat, 13 Oct 2012)
Log Message
Remove dead code in Node.idl
https://bugs.webkit.org/show_bug.cgi?id=99237
Reviewed by Maciej Stachowiak.
We don't implement this feature. This code is dead and should be
removed.
* dom/Node.idl:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (131255 => 131256)
--- trunk/Source/WebCore/ChangeLog 2012-10-13 06:38:40 UTC (rev 131255)
+++ trunk/Source/WebCore/ChangeLog 2012-10-13 07:18:52 UTC (rev 131256)
@@ -1,3 +1,15 @@
+2012-10-13 Adam Barth <[email protected]>
+
+ Remove dead code in Node.idl
+ https://bugs.webkit.org/show_bug.cgi?id=99237
+
+ Reviewed by Maciej Stachowiak.
+
+ We don't implement this feature. This code is dead and should be
+ removed.
+
+ * dom/Node.idl:
+
2012-10-12 Simon Fraser <[email protected]>
Fix GraphicsLayerCA visible rect computation in the face of perspective and preserve-3d
Modified: trunk/Source/WebCore/dom/Node.idl (131255 => 131256)
--- trunk/Source/WebCore/dom/Node.idl 2012-10-13 06:38:40 UTC (rev 131255)
+++ trunk/Source/WebCore/dom/Node.idl 2012-10-13 07:18:52 UTC (rev 131256)
@@ -119,15 +119,6 @@
// Introduced in DOM4
boolean contains(in [Optional=DefaultIsUndefined] Node other);
-#if 0
- DOMObject getFeature(in DOMString feature,
- in DOMString version);
- DOMUserData setUserData(in DOMString key,
- in DOMUserData data,
- in UserDataHandler handler);
- DOMUserData getUserData(in DOMString key);
-#endif /* 0 */
-
// IE extensions
readonly attribute Element parentElement;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes