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

Unified Diff: Source/WebCore/page/DOMWindow.idl

Issue 13861028: Expose MutationRecord on DOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « LayoutTests/fast/dom/MutationObserver/mutation-record-constructor-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/DOMWindow.idl
diff --git a/Source/WebCore/page/DOMWindow.idl b/Source/WebCore/page/DOMWindow.idl
index c2772f104237a52e4e518bdff5efee9eb0cd2fdd..ff604e497209c503a6f024d8fc6ee0eb5f7596ac 100644
--- a/Source/WebCore/page/DOMWindow.idl
+++ b/Source/WebCore/page/DOMWindow.idl
@@ -773,6 +773,7 @@
attribute MutationObserverConstructor WebKitMutationObserver; // FIXME: Add metrics to determine when we can remove this.
attribute MutationObserverConstructor MutationObserver;
+ attribute MutationRecordConstructor MutationRecord;
[EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaSource;
[EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourceBuffer;
« no previous file with comments | « LayoutTests/fast/dom/MutationObserver/mutation-record-constructor-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698