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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.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/core/V8TestInterfaceSecureContext.cpp
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp
index 5f504011431787b5dda1ccd64b13b8d18ff66dd6..ef841aa5793e82d5a47bb13127d7d92a708acd51 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp
@@ -296,7 +296,7 @@ static void secureContextMethodMethod(const v8::FunctionCallbackInfo<v8::Value>&
impl->secureContextMethod();
}
-static void secureContextMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
+void secureContextMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
{
TestInterfaceSecureContextV8Internal::secureContextMethodMethod(info);
}
@@ -308,7 +308,7 @@ static void secureContextRuntimeEnabledMethodMethod(const v8::FunctionCallbackIn
impl->secureContextRuntimeEnabledMethod();
}
-static void secureContextRuntimeEnabledMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
+void secureContextRuntimeEnabledMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
{
TestInterfaceSecureContextV8Internal::secureContextRuntimeEnabledMethodMethod(info);
}
@@ -320,7 +320,7 @@ static void secureContextWindowExposedMethodMethod(const v8::FunctionCallbackInf
impl->secureContextWindowExposedMethod();
}
-static void secureContextWindowExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
+void secureContextWindowExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
{
TestInterfaceSecureContextV8Internal::secureContextWindowExposedMethodMethod(info);
}
@@ -332,7 +332,7 @@ static void secureContextWorkerExposedMethodMethod(const v8::FunctionCallbackInf
impl->secureContextWorkerExposedMethod();
}
-static void secureContextWorkerExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
+void secureContextWorkerExposedMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
{
TestInterfaceSecureContextV8Internal::secureContextWorkerExposedMethodMethod(info);
}
@@ -344,7 +344,7 @@ static void secureContextWindowExposedRuntimeEnabledMethodMethod(const v8::Funct
impl->secureContextWindowExposedRuntimeEnabledMethod();
}
-static void secureContextWindowExposedRuntimeEnabledMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
+void secureContextWindowExposedRuntimeEnabledMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
{
TestInterfaceSecureContextV8Internal::secureContextWindowExposedRuntimeEnabledMethodMethod(info);
}
@@ -356,7 +356,7 @@ static void secureContextWorkerExposedRuntimeEnabledMethodMethod(const v8::Funct
impl->secureContextWorkerExposedRuntimeEnabledMethod();
}
-static void secureContextWorkerExposedRuntimeEnabledMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
+void secureContextWorkerExposedRuntimeEnabledMethodMethodCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
{
TestInterfaceSecureContextV8Internal::secureContextWorkerExposedRuntimeEnabledMethodMethod(info);
}

Powered by Google App Engine
This is Rietveld 408576698