Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: third_party/WebCore/dom/CharacterData.idl

Issue 10983049: Roll IDL to multivm@910 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestObj.idl ('k') | third_party/WebCore/dom/Document.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/CharacterData.idl
diff --git a/third_party/WebCore/dom/CharacterData.idl b/third_party/WebCore/dom/CharacterData.idl
index 2bb3d4e499300860cd8b0f424dc521d90211ebd3..bf8fef19f5848ce06fa774fe8169956f3ecd6b71 100644
--- a/third_party/WebCore/dom/CharacterData.idl
+++ b/third_party/WebCore/dom/CharacterData.idl
@@ -45,7 +45,10 @@ module core {
in [IsIndex,Optional=DefaultIsUndefined] unsigned long length,
in [Optional=DefaultIsUndefined] DOMString data)
raises(DOMException);
-
+
+ // DOM 4
+ void remove()
+ raises(DOMException);
};
}
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestObj.idl ('k') | third_party/WebCore/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698