| 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,
|
|
|