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

Unified Diff: Source/bindings/tests/idls/TestSVG.idl

Issue 151043002: Remove SVGDocument from bindings generator and test cases (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/bindings/scripts/code_generator_v8.pm ('k') | Source/bindings/tests/results/V8TestSVG.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestSVG.idl
diff --git a/Source/bindings/tests/idls/TestSVG.idl b/Source/bindings/tests/idls/TestSVG.idl
index d01a6373eb0232c064d187ad1cb985e5a1e2e556..c92d447cd529ca2ab6e7eedab3b69788451e0f04 100644
--- a/Source/bindings/tests/idls/TestSVG.idl
+++ b/Source/bindings/tests/idls/TestSVG.idl
@@ -33,7 +33,6 @@ typedef SVGPoint SVGPOINT;
interface TestSVG {
[Reflect] attribute SVGAnimatedString animatedReflectedAttribute;
- [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
attribute SVGPoint mutablePoint;
[Immutable] attribute SVGPoint immutablePoint;
« no previous file with comments | « Source/bindings/scripts/code_generator_v8.pm ('k') | Source/bindings/tests/results/V8TestSVG.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698