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

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

Issue 159973005: Add tests for |undefined| and |null| in SVG interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweak Created 6 years, 10 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/core/svg/SVGSVGElement.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTextContentElement.idl
diff --git a/Source/core/svg/SVGTextContentElement.idl b/Source/core/svg/SVGTextContentElement.idl
index 706e6a8155df371b015b336ef6145f8a9da1fa7e..f16b1f9f2ef7514c442479b1023a63cad2ece3cf 100644
--- a/Source/core/svg/SVGTextContentElement.idl
+++ b/Source/core/svg/SVGTextContentElement.idl
@@ -23,7 +23,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-interface SVGTextContentElement : SVGGraphicsElement {
+[
+ StrictTypeChecking,
+] interface SVGTextContentElement : SVGGraphicsElement {
// lengthAdjust Types
const unsigned short LENGTHADJUST_UNKNOWN = 0;
const unsigned short LENGTHADJUST_SPACING = 1;
@@ -39,7 +41,7 @@ interface SVGTextContentElement : SVGGraphicsElement {
[RaisesException] SVGPoint getEndPositionOfChar(unsigned long offset);
[RaisesException] SVGRect getExtentOfChar(unsigned long offset);
[RaisesException] float getRotationOfChar(unsigned long offset);
- [StrictTypeChecking, RaisesException] long getCharNumAtPosition(SVGPoint point);
+ [RaisesException] long getCharNumAtPosition(SVGPoint point);
[RaisesException] void selectSubString(unsigned long offset, unsigned long length);
};
« no previous file with comments | « Source/core/svg/SVGSVGElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698