Index: test/inspector/protocol-test.js |
diff --git a/test/inspector/protocol-test.js b/test/inspector/protocol-test.js |
index 00dbba64f1c3ce8fc484eb39afd36d13feeafb00..6dbfdb2cea3227b286895a150ba9461b790d929f 100644 |
--- a/test/inspector/protocol-test.js |
+++ b/test/inspector/protocol-test.js |
@@ -329,8 +329,6 @@ InspectorTest.setupInjectedScriptEnvironment = function(debug) { |
while (match = getterRegex.exec(injectedScriptSource)) { |
getters.add(match[0].substr(1)); |
} |
- // TODO(kozyatinskiy): pass builtins to injected script source. |
- getters.delete('constructor'); |
scriptSource += `(function installSettersAndGetters() { |
let defineProperty = Object.defineProperty; |
let ObjectPrototype = Object.prototype;\n`; |