| Index: third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/Runtime.js b/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| index aa52da346f7c716c8a4ed26fc5cd9fe23f333b62..94ec9b2265596487ecfcd1d1b7a3e8cabb72ab96 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| @@ -574,10 +574,7 @@ var Runtime = class {
|
| constructorFunction[Runtime._instanceSymbol] = instance;
|
| return instance;
|
| }
|
| -}
|
| -
|
| -;
|
| -
|
| +};
|
|
|
| /**
|
| * @type {!Object.<string, string>}
|
|
|