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: Source/bindings/core/v8/PrivateScriptRunner.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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: Source/bindings/core/v8/PrivateScriptRunner.h
diff --git a/Source/bindings/core/v8/PrivateScriptRunner.h b/Source/bindings/core/v8/PrivateScriptRunner.h
index 42d99f1677ad5a86eb18d4023911575c573a724b..969f63fc4e3a58efadc6d90f99e14eeb95868b45 100644
--- a/Source/bindings/core/v8/PrivateScriptRunner.h
+++ b/Source/bindings/core/v8/PrivateScriptRunner.h
@@ -16,6 +16,7 @@ class Document;
class ScriptState;
class CORE_EXPORT PrivateScriptRunner {
+ STATIC_ONLY(PrivateScriptRunner);
public:
static v8::Local<v8::Value> installClassIfNeeded(Document*, String className);
static v8::Local<v8::Value> runDOMAttributeGetter(ScriptState*, ScriptState* scriptStateInUserScript, const char* className, const char* attributeName, v8::Local<v8::Value> holder);

Powered by Google App Engine
This is Rietveld 408576698