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

Unified Diff: Source/bindings/core/v8/V8PagePopupControllerBinding.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed patch conflict 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 | « Source/bindings/core/v8/V8ObjectConstructor.h ('k') | Source/bindings/core/v8/V8PerContextData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8PagePopupControllerBinding.h
diff --git a/Source/bindings/core/v8/V8PagePopupControllerBinding.h b/Source/bindings/core/v8/V8PagePopupControllerBinding.h
index 0d0d1fd625d929173df319250ce4fe7723c27f79..4d2d90a98f6c7560ea70f0cabd2ed689d24c9bdd 100644
--- a/Source/bindings/core/v8/V8PagePopupControllerBinding.h
+++ b/Source/bindings/core/v8/V8PagePopupControllerBinding.h
@@ -6,6 +6,7 @@
#define V8PagePopupControllerBinding_h
#include "bindings/core/v8/WrapperTypeInfo.h"
+#include "wtf/Allocator.h"
#include <v8.h>
namespace blink {
@@ -15,6 +16,7 @@ namespace blink {
// popups. Form popups should be implemented in another way, and this class
// should be removed.
class V8PagePopupControllerBinding {
+ STATIC_ONLY(V8PagePopupControllerBinding);
public:
// Installs 'pagePopupController' attribute into 'window' object.
static void installPagePopupController(v8::Local<v8::Context>, v8::Local<v8::Object> windowWrapper);
« no previous file with comments | « Source/bindings/core/v8/V8ObjectConstructor.h ('k') | Source/bindings/core/v8/V8PerContextData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698