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

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

Issue 10048001: Roll IDL to multivm@375 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/README ('k') | third_party/WebCore/html/HTMLInputElement.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 cb760469d78538edb1e0c215fb491fc58e5c04af..e535f45bfe1b02158d748308144c89ae739777d5 100644
--- a/third_party/WebCore/dom/WebKitMutationObserver.idl
+++ b/third_party/WebCore/dom/WebKitMutationObserver.idl
@@ -36,6 +36,7 @@ module core {
] WebKitMutationObserver {
[Custom] void observe(in Node target, in MutationObserverOptions options)
raises(DOMException);
+ sequence<MutationRecord> takeRecords();
void disconnect();
};
}
« no previous file with comments | « third_party/WebCore/README ('k') | third_party/WebCore/html/HTMLInputElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698