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

Unified Diff: Source/bindings/core/v8/ExceptionMessages.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/ExceptionMessages.h
diff --git a/Source/bindings/core/v8/ExceptionMessages.h b/Source/bindings/core/v8/ExceptionMessages.h
index 786f46bcb6224ba921a68d6ca653de177b143e36..964ee4b3987a5d1c801aeec16f3cfc7390605e2c 100644
--- a/Source/bindings/core/v8/ExceptionMessages.h
+++ b/Source/bindings/core/v8/ExceptionMessages.h
@@ -32,6 +32,7 @@
#define ExceptionMessages_h
#include "core/CoreExport.h"
+#include "wtf/Allocator.h"
#include "wtf/MathExtras.h"
#include "wtf/text/StringBuilder.h"
#include "wtf/text/WTFString.h"
@@ -41,6 +42,7 @@ namespace blink {
class Decimal;
class CORE_EXPORT ExceptionMessages {
+ STATIC_ONLY(ExceptionMessages);
public:
enum BoundType {
InclusiveBound,

Powered by Google App Engine
This is Rietveld 408576698