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

Unified Diff: Source/bindings/core/v8/ActiveDOMCallback.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
« no previous file with comments | « no previous file | Source/bindings/core/v8/BindingSecurity.h » ('j') | Source/bindings/core/v8/Dictionary.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ActiveDOMCallback.h
diff --git a/Source/bindings/core/v8/ActiveDOMCallback.h b/Source/bindings/core/v8/ActiveDOMCallback.h
index 2ad759dc1d19e0d54700132380eb926d9a8fc202..5767e470ead3bd913c592ffea811b747d47c8d99 100644
--- a/Source/bindings/core/v8/ActiveDOMCallback.h
+++ b/Source/bindings/core/v8/ActiveDOMCallback.h
@@ -53,6 +53,9 @@ public:
bool canInvokeCallback() const;
bool isScriptControllerTerminating() const;
+
+private:
+ ActiveDOMCallback() = delete;
haraken 2015/08/12 07:56:12 I'm just curious but why do we need this? (or how
tasak 2015/08/12 09:13:26 Not related to this CL. I would like to confirm th
};
} // namespace blink
« no previous file with comments | « no previous file | Source/bindings/core/v8/BindingSecurity.h » ('j') | Source/bindings/core/v8/Dictionary.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698