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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp

Issue 2430223006: Bindings: Rebaseline run-bindings-tests results (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
index 4a97770b0a40d83083f50c02a090c94a5f78ef89..cd0e5e391803f073455e92efc0958ac267c32185 100644
--- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
+++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
@@ -42,7 +42,7 @@ static void voidMethodPartial1Method(const v8::FunctionCallbackInfo<v8::Value>&
TestInterface2Partial::voidMethodPartial1(*impl, value);
}
-static void voidMethodPartial1MethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
+void voidMethodPartial1MethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
{
TestInterface2PartialV8Internal::voidMethodPartial1Method(info);
}
@@ -64,7 +64,7 @@ static void voidMethodPartial2Method(const v8::FunctionCallbackInfo<v8::Value>&
TestInterface2Partial2::voidMethodPartial2(*impl, value);
}
-static void voidMethodPartial2MethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
+void voidMethodPartial2MethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
{
TestInterface2PartialV8Internal::voidMethodPartial2Method(info);
}

Powered by Google App Engine
This is Rietveld 408576698