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

Unified Diff: Source/core/dom/XMLDocument.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
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/XMLDocument.idl
diff --git a/Source/core/dom/XMLDocument.idl b/Source/core/dom/XMLDocument.idl
index 09e0af25fceea78cc7d6fbe4bee48a9f185ec884..a41fb18aad2c25448f87c79cce4e505cd5d907e3 100644
--- a/Source/core/dom/XMLDocument.idl
+++ b/Source/core/dom/XMLDocument.idl
@@ -23,7 +23,5 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- SpecialWrapFor=SVGDocument
-] interface XMLDocument : Document {
+interface XMLDocument : Document {
};
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698