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

Unified Diff: Source/core/core.gypi

Issue 146193003: Remove SVGDocument binding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix getSVGDocument to return SVGDocument 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/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 029125ee599ca298a17fb8beeb6a0c2913281cc2..f29d696fdd0378ddfedb5befd90287c2718756e3 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -311,7 +311,6 @@
'svg/SVGDefsElement.idl',
'svg/SVGDescElement.idl',
'svg/SVGDiscardElement.idl',
- 'svg/SVGDocument.idl',
'svg/SVGElement.idl',
'svg/SVGElementInstance.idl',
'svg/SVGElementInstanceList.idl',
@@ -468,6 +467,7 @@
'frame/WindowEventHandlers.idl',
'frame/WindowTimers.idl',
'page/WindowPagePopup.idl',
+ 'svg/SVGDocument.idl',
'svg/SVGFilterPrimitiveStandardAttributes.idl',
'svg/SVGFitToViewBox.idl',
'svg/SVGTests.idl',

Powered by Google App Engine
This is Rietveld 408576698