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 af8d2fac57879e6d8a3366cbb923e02ddb249f31..468e1c5cc37a960b9fab6c64c5382ce5ab4de1fb 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp |
@@ -70,7 +70,7 @@ void V8TestInterface2Partial::voidMethodPartial2MethodCallback(const v8::Functio |
TestInterface2PartialV8Internal::voidMethodPartial2Method(info); |
} |
-const V8DOMConfiguration::MethodConfiguration V8TestInterface2Methods[] = { |
+static const V8DOMConfiguration::MethodConfiguration V8TestInterface2Methods[] = { |
{"voidMethodPartial2", V8TestInterface2Partial::voidMethodPartial2MethodCallback, 1, v8::None, V8DOMConfiguration::OnPrototype, V8DOMConfiguration::CheckHolder, V8DOMConfiguration::DoNotCheckAccess, V8DOMConfiguration::AllWorlds}, |
}; |