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

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

Issue 19154006: Get rid of special casing for SVGNumber in the bindings generator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update core.gypi Created 7 years, 5 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/SVGNumber.idl
diff --git a/Source/core/svg/SVGNumber.idl b/Source/core/svg/SVGNumber.idl
index c77bbc9035111ddfc3647bf2f7de17b9eb908060..d93f9fc3eba047c014222c829380ecb98909cefb 100644
--- a/Source/core/svg/SVGNumber.idl
+++ b/Source/core/svg/SVGNumber.idl
@@ -21,6 +21,6 @@
*/
interface SVGNumber {
- [StrictTypeChecking] attribute float value;
+ [Custom] attribute float value;
};
« Source/bindings/v8/custom/V8SVGNumberCustom.cpp ('K') | « Source/core/svg/SVGNumber.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698