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

Unified Diff: Source/core/inspector/InjectedScript.h

Issue 1308273007: Make classes and structures in core/inspector fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « Source/core/inspector/IdentifiersFactory.h ('k') | Source/core/inspector/InjectedScriptHostClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InjectedScript.h
diff --git a/Source/core/inspector/InjectedScript.h b/Source/core/inspector/InjectedScript.h
index bfe33e4a3f7337862db14bb92d88d6825592b421..3a43a15377ba960304f82e3c4eb4654f96b6cfcb 100644
--- a/Source/core/inspector/InjectedScript.h
+++ b/Source/core/inspector/InjectedScript.h
@@ -35,6 +35,7 @@
#include "core/InspectorTypeBuilder.h"
#include "core/inspector/InjectedScriptManager.h"
#include "core/inspector/InjectedScriptNative.h"
+#include "wtf/Allocator.h"
#include "wtf/Forward.h"
#include <v8.h>
@@ -49,6 +50,7 @@ PassRefPtr<JSONValue> toJSONValue(const ScriptValue&);
class InjectedScript final {
+ DISALLOW_ALLOCATION();
public:
InjectedScript();
~InjectedScript();
« no previous file with comments | « Source/core/inspector/IdentifiersFactory.h ('k') | Source/core/inspector/InjectedScriptHostClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698