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 2a9732f894d62fad9ff7681a60349973c163d872..b6ffc347061d545f9fa6c8dfd9c211c2353987d2 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/Runtime.js |
+++ b/third_party/WebKit/Source/devtools/front_end/Runtime.js |
@@ -776,6 +776,7 @@ Runtime.Module = class { |
var namespace = this._name.replace('_lazy', ''); |
// the namespace keyword confuses clang-format |
// clang-format off |
+ // NOTE: Update scripts/dependency_checker.py if you add a special cased namespace |
if (namespace === 'sdk' || namespace === 'ui') |
namespace = namespace.toUpperCase(); |
if (namespace === 'css_tracker') |