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

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

Issue 14988008: Rename DOMPath IDL interface to Path to match the specification (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/bindings/tests/idls/TestObj.idl
diff --git a/Source/bindings/tests/idls/TestObj.idl b/Source/bindings/tests/idls/TestObj.idl
index 9d4ae4e3d31eca3ec95505181ba672991764559c..ce593fbfc2f153915d100d32f435017827143655 100644
--- a/Source/bindings/tests/idls/TestObj.idl
+++ b/Source/bindings/tests/idls/TestObj.idl
@@ -235,7 +235,7 @@ enum TestEnumType { "", "EnumValue1", "EnumValue2", "EnumValue3" };
[ImplementedAs=blueberry] attribute long strawberry;
[StrictTypeChecking] attribute float strictFloat;
- [StrictTypeChecking, RaisesException] bool strictFunction(DOMString str, float a, long b);
+ [StrictTypeChecking, RaisesException] boolean strictFunction(DOMString str, float a, long b);
// ObjectiveC reserved words.
readonly attribute long description;
« no previous file with comments | « Source/bindings/tests/idls/TestInterfaceImplementedAs.idl ('k') | Source/bindings/tests/results/V8Float64Array.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698