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

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

Issue 10800016: Roll IDL to multivm@707 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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/dom/MutationCallback.idl ('k') | third_party/WebCore/dom/WebKitMutationObserver.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/MutationObserver.idl
diff --git a/third_party/WebCore/dom/WebKitMutationObserver.idl b/third_party/WebCore/dom/MutationObserver.idl
similarity index 98%
rename from third_party/WebCore/dom/WebKitMutationObserver.idl
rename to third_party/WebCore/dom/MutationObserver.idl
index c338be28de194822cd1bbf8b54414eed171edefd..0ae992e6da75e51543f7798b71606598d179ac21 100644
--- a/third_party/WebCore/dom/WebKitMutationObserver.idl
+++ b/third_party/WebCore/dom/MutationObserver.idl
@@ -33,7 +33,7 @@ module core {
Conditional=MUTATION_OBSERVERS,
CustomConstructor,
ConstructorParameters=1
- ] WebKitMutationObserver {
+ ] MutationObserver {
void observe(in Node target, in Dictionary options)
raises(DOMException);
sequence<MutationRecord> takeRecords();
« no previous file with comments | « third_party/WebCore/dom/MutationCallback.idl ('k') | third_party/WebCore/dom/WebKitMutationObserver.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698