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

Unified Diff: Source/core/dom/Document.idl

Issue 146193003: Remove SVGDocument binding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 11 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
Index: Source/core/dom/Document.idl
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
index ed4769ae1f7fb1430c22b68b658e163b9e0d2550..1f431b122368086f480081c6a35e8406f6e35631 100644
--- a/Source/core/dom/Document.idl
+++ b/Source/core/dom/Document.idl
@@ -21,7 +21,7 @@
callback CustomElementConstructor = Element ();
[
- SpecialWrapFor=HTMLDocument|SVGDocument|XMLDocument
+ SpecialWrapFor=HTMLDocument|XMLDocument
] interface Document : Node {
// DOM Level 1 Core
@@ -61,7 +61,7 @@ callback CustomElementConstructor = Element ();
// DOM Level 2 Events (DocumentEvents interface)
- [RaisesException] Event createEvent(DOMString eventType);
+ [MeasureAs=DocumentCreateEvent, RaisesException] Event createEvent(optional DOMString eventType);
Inactive 2014/01/27 15:48:55 This will measure usage of all createEvent() calls
// DOM Level 2 Traversal and Range (DocumentRange interface)

Powered by Google App Engine
This is Rietveld 408576698