| 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 0d500cb7de91dc4ecae2235df9e9e1c6ba741287..a5b0a2b91d4ada0e2e69d26cd657846fc4f54481 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| @@ -773,6 +773,7 @@ Runtime.Module = class {
|
| return Promise.resolve();
|
|
|
| // the namespace keyword confuses clang-format
|
| + // NOTE: Update scripts/special_case_namespaces.json if you add a special cased namespace
|
| // clang-format off
|
| // Module namespaces.
|
| const specialCases = {
|
|
|