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

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

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. 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/ShadowRoot.idl ('k') | third_party/WebCore/dom/WebKitNamedFlow.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/WebKitMutationObserver.idl
diff --git a/third_party/WebCore/dom/WebKitMutationObserver.idl b/third_party/WebCore/dom/WebKitMutationObserver.idl
index e535f45bfe1b02158d748308144c89ae739777d5..c338be28de194822cd1bbf8b54414eed171edefd 100644
--- a/third_party/WebCore/dom/WebKitMutationObserver.idl
+++ b/third_party/WebCore/dom/WebKitMutationObserver.idl
@@ -34,7 +34,7 @@ module core {
CustomConstructor,
ConstructorParameters=1
] WebKitMutationObserver {
- [Custom] void observe(in Node target, in MutationObserverOptions options)
+ void observe(in Node target, in Dictionary options)
raises(DOMException);
sequence<MutationRecord> takeRecords();
void disconnect();
« no previous file with comments | « third_party/WebCore/dom/ShadowRoot.idl ('k') | third_party/WebCore/dom/WebKitNamedFlow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698