| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8ContextInfo.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ContextInfo.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ContextInfo.h
|
| index d0dca79afd35e6e71e2b2a1aa98e0cc0915523b3..0dc1de29da75e533bf1b5357a2eb9645218b2805 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ContextInfo.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8ContextInfo.h
|
| @@ -32,6 +32,7 @@ public:
|
| bool isDefault;
|
| const String16 origin;
|
| const String16 humanReadableName;
|
| + // TODO(dgozman): aux data?
|
| const String16 frameId;
|
| bool hasMemoryOnConsole;
|
| };
|
|
|