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

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

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
« no previous file with comments | « Source/bindings/tests/results/V8TestCallback.h ('k') | Source/bindings/tests/results/V8TestInterface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/results/V8TestCallback.cpp
diff --git a/Source/bindings/tests/results/V8TestCallback.cpp b/Source/bindings/tests/results/V8TestCallback.cpp
index 286208dc69c28a6a99151845260268862f3100a1..3c639f69ccd4afa483137837b7d41da40c517915 100644
--- a/Source/bindings/tests/results/V8TestCallback.cpp
+++ b/Source/bindings/tests/results/V8TestCallback.cpp
@@ -22,7 +22,7 @@
#include "V8TestCallback.h"
#include "V8DOMStringList.h"
-#include "V8TestObj.h"
+#include "V8TestObject.h"
#include "bindings/v8/V8Binding.h"
#include "bindings/v8/V8Callback.h"
#include "core/dom/ScriptExecutionContext.h"
@@ -65,7 +65,7 @@ bool V8TestCallback::callbackWithNoParam()
return !invokeCallback(m_callback.get(), 0, argv, callbackReturnValue, scriptExecutionContext());
}
-bool V8TestCallback::callbackWithTestObjParam(TestObj* class1Param)
+bool V8TestCallback::callbackWithTestObjectParam(TestObj* class1Param)
{
if (!canInvokeCallback())
return true;
@@ -93,7 +93,7 @@ bool V8TestCallback::callbackWithTestObjParam(TestObj* class1Param)
return !invokeCallback(m_callback.get(), 1, argv, callbackReturnValue, scriptExecutionContext());
}
-bool V8TestCallback::callbackWithTestObjParam(TestObj* class2Param, const String& strArg)
+bool V8TestCallback::callbackWithTestObjectParam(TestObj* class2Param, const String& strArg)
{
if (!canInvokeCallback())
return true;
« no previous file with comments | « Source/bindings/tests/results/V8TestCallback.h ('k') | Source/bindings/tests/results/V8TestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698