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

Unified Diff: Source/bindings/tests/results/V8TestCallback.h

Issue 14882009: Remove DOM prefix from several IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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/results/V8TestCallback.h
diff --git a/Source/bindings/tests/results/V8TestCallback.h b/Source/bindings/tests/results/V8TestCallback.h
index 3d31846265fabb8230c516b06314513eb50c2d74..53967ff79186cac6e459eecbcce21194304ca27d 100644
--- a/Source/bindings/tests/results/V8TestCallback.h
+++ b/Source/bindings/tests/results/V8TestCallback.h
@@ -45,8 +45,8 @@ public:
// Functions
virtual bool callbackWithNoParam();
- virtual bool callbackWithTestObjParam(TestObj* class1Param);
- virtual bool callbackWithTestObjParam(TestObj* class2Param, const String& strArg);
+ virtual bool callbackWithTestObjectParam(TestObj* class1Param);
+ virtual bool callbackWithTestObjectParam(TestObj* class2Param, const String& strArg);
COMPILE_ASSERT(false) virtual int callbackWithNonBoolReturnType(TestObj* class3Param);
virtual int customCallback(TestObj* testObjParam, TestObj* testObjParam);
virtual bool callbackWithStringList(RefPtr<DOMStringList> listParam);
« no previous file with comments | « Source/bindings/tests/idls/TestPartialInterface.idl ('k') | Source/bindings/tests/results/V8TestCallback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698