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

Unified Diff: third_party/WebCore/dom/MutationCallback.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/README ('k') | third_party/WebCore/dom/MutationObserver.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/MutationCallback.idl
diff --git a/third_party/WebCore/dom/MutationCallback.idl b/third_party/WebCore/dom/MutationCallback.idl
index 16381714c809ea7ca4784c6b3b0311b8979f8175..2aecd9be9e41de4f32e46f9d05b0ebf2ce4850e6 100644
--- a/third_party/WebCore/dom/MutationCallback.idl
+++ b/third_party/WebCore/dom/MutationCallback.idl
@@ -33,6 +33,6 @@ module core {
Conditional=MUTATION_OBSERVERS,
Callback
] MutationCallback {
- [Custom] boolean handleEvent(in MutationRecordArray mutations, in WebKitMutationObserver observer);
+ [Custom] boolean handleEvent(in MutationRecordArray mutations, in MutationObserver observer);
};
}
« no previous file with comments | « third_party/WebCore/README ('k') | third_party/WebCore/dom/MutationObserver.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698