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

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

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/bindings/tests/idls/TestCustomAccessors.idl ('k') | Source/bindings/tests/idls/TestTypedefs.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index 61d4dfa54453df8941f5add9178f71292fe65480..8152b66d030cde9528cb00c441fc8f8c54808d8e 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -108,11 +108,11 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
[Custom, MeasureAs=CustomTestFeature] void customMethod();
[Custom] void customMethodWithArgs(long longArg, DOMString strArg, TestObject objArg);
- void addEventListener(DOMString type,
- EventListener listener,
+ void addEventListener(DOMString type,
+ EventListener listener,
optional boolean useCapture);
- void removeEventListener(DOMString type,
- EventListener listener,
+ void removeEventListener(DOMString type,
+ EventListener listener,
optional boolean useCapture);
// 'CallWith' extended attribute
@@ -184,7 +184,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
readonly attribute any cachedAttribute1;
readonly attribute any cachedAttribute2;
-
+
attribute any anyAttribute;
attribute TestCallbackFunction callbackFunctionAttribute;
« no previous file with comments | « Source/bindings/tests/idls/TestCustomAccessors.idl ('k') | Source/bindings/tests/idls/TestTypedefs.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698