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

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

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/results/V8TestCallback.cpp
diff --git a/Source/bindings/tests/results/V8TestCallback.cpp b/Source/bindings/tests/results/V8TestCallback.cpp
index 79cac68d6a9bbe97b815cf1166f4d6fa3dcbd2e0..286208dc69c28a6a99151845260268862f3100a1 100644
--- a/Source/bindings/tests/results/V8TestCallback.cpp
+++ b/Source/bindings/tests/results/V8TestCallback.cpp
@@ -21,9 +21,8 @@
#include "config.h"
#include "V8TestCallback.h"
-#include "V8Class1.h"
-#include "V8Class2.h"
#include "V8DOMStringList.h"
+#include "V8TestObj.h"
#include "bindings/v8/V8Binding.h"
#include "bindings/v8/V8Callback.h"
#include "core/dom/ScriptExecutionContext.h"
@@ -66,7 +65,7 @@ bool V8TestCallback::callbackWithNoParam()
return !invokeCallback(m_callback.get(), 0, argv, callbackReturnValue, scriptExecutionContext());
}
-bool V8TestCallback::callbackWithClass1Param(Class1* class1Param)
+bool V8TestCallback::callbackWithTestObjParam(TestObj* class1Param)
{
if (!canInvokeCallback())
return true;
@@ -94,7 +93,7 @@ bool V8TestCallback::callbackWithClass1Param(Class1* class1Param)
return !invokeCallback(m_callback.get(), 1, argv, callbackReturnValue, scriptExecutionContext());
}
-bool V8TestCallback::callbackWithClass2Param(Class2* class2Param, const String& strArg)
+bool V8TestCallback::callbackWithTestObjParam(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/V8TestCustomNamedGetter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698