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

Unified Diff: Source/core/svg/SVGColor.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/SVGColor.idl
diff --git a/Source/core/svg/SVGColor.idl b/Source/core/svg/SVGColor.idl
index 21c669eadb6eba34ac3f58b4feffecc486474824..6cce81e9a75df17f8e5315bc753ea2a349e8fd0b 100644
--- a/Source/core/svg/SVGColor.idl
+++ b/Source/core/svg/SVGColor.idl
@@ -19,9 +19,7 @@
* Boston, MA 02110-1301, USA.
*/
-[
- Conditional=SVG
-] interface SVGColor : CSSValue {
+interface SVGColor : CSSValue {
const unsigned short SVG_COLORTYPE_UNKNOWN = 0;
const unsigned short SVG_COLORTYPE_RGBCOLOR = 1;
const unsigned short SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2;

Powered by Google App Engine
This is Rietveld 408576698