| Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.h
|
| index 9751ad0b5d0115228e3ef7c05357c126d871b2d1..d4dd99accff10fe79d016d363254043f5bd56353 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerListener.h
|
| @@ -44,7 +44,7 @@ enum CompileResult { CompileSuccess, CompileError };
|
| class CORE_EXPORT V8DebuggerListener {
|
| public:
|
| class Script {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| public:
|
| Script();
|
|
|
| @@ -99,7 +99,7 @@ public:
|
| };
|
|
|
| struct ParsedScript {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| String scriptId;
|
| Script script;
|
| CompileResult compileResult;
|
|
|