| Index: third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js b/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js
|
| index cf2a0457c4c1b33da13ce767d45da1146ae3eb30..dddc709a57a47137e746932bd37ac19cf8032506 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js
|
| @@ -29,7 +29,7 @@ var RawLocation;
|
| startColumn: number,
|
| endColumn: number,
|
| executionContextId: number,
|
| - isContentScript: boolean,
|
| + executionContextAuxData: string,
|
| isInternalScript: boolean
|
| }} */
|
| var FormattedScript;
|
|
|