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

Unified Diff: Source/core/svg/SVGMatrix.idl

Issue 15653003: Remove last remnants of ENABLE_SVG (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/svg/SVGMatrix.idl
diff --git a/Source/core/svg/SVGMatrix.idl b/Source/core/svg/SVGMatrix.idl
index 714f804d4e364d168bc77b8a73d03ca74325c250..dc871be5b9e1d7fb1e766bc399b69faa18a0524c 100644
--- a/Source/core/svg/SVGMatrix.idl
+++ b/Source/core/svg/SVGMatrix.idl
@@ -20,9 +20,7 @@
* Boston, MA 02110-1301, USA.
*/
-[
- Conditional=SVG
-] interface SVGMatrix {
+interface SVGMatrix {
// FIXME: these attributes should all be floats but since we implement
// AffineTransform with doubles setting these as doubles makes more sense.
[StrictTypeChecking] attribute double a;

Powered by Google App Engine
This is Rietveld 408576698