Index: third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp |
diff --git a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp |
index 9c392a88c1b10209a43320dc1b473bc6f03d2502..caf3b1840a6587d93030e01cda647957ff70ce5a 100644 |
--- a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp |
+++ b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp |
@@ -61,7 +61,7 @@ v8::Local<v8::Value> createInternalsObject(v8::Local<v8::Context> context) { |
} |
return v8::Local<v8::Value>(); |
} |
-} |
+} // namespace |
void injectInternalsObject(v8::Local<v8::Context> context) { |
registerInstallConditionalFeaturesForTesting(); |