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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 24f7fcb9d660981f62054cb1325d0ff07b902712..9e8c6250337d8b238f72e26129bfd81b24ef342b 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -29,6 +29,8 @@
#ifndef EmptyClients_h
#define EmptyClients_h
+#include <v8.h>
+#include <memory>
#include "core/CoreExport.h"
#include "core/frame/RemoteFrameClient.h"
#include "core/loader/FrameLoaderClient.h"
@@ -48,8 +50,6 @@
#include "public/platform/WebFocusType.h"
#include "public/platform/WebScreenInfo.h"
#include "wtf/Forward.h"
-#include <memory>
-#include <v8.h>
/*
This file holds empty Client stubs for use by WebCore.
@@ -350,8 +350,7 @@ class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
void runScriptsAtDocumentElementAvailable() override {}
void runScriptsAtDocumentReady(bool) override {}
- void didCreateScriptContext(v8::Local<v8::Context>,
- int worldId) override {}
+ void didCreateScriptContext(v8::Local<v8::Context>, int worldId) override {}
void willReleaseScriptContext(v8::Local<v8::Context>, int worldId) override {}
bool allowScriptExtensions() override { return false; }
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentWriter.cpp ('k') | third_party/WebKit/Source/core/loader/EmptyClients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698