| Index: Source/core/inspector/InjectedScriptExterns.js
|
| diff --git a/Source/core/inspector/InjectedScriptExterns.js b/Source/core/inspector/InjectedScriptExterns.js
|
| index 4c5ecc9c640c45dc74f1f51e4bebfbd88b47baf4..0ffea17ca7f60348175c78827f09d04176ebb640 100644
|
| --- a/Source/core/inspector/InjectedScriptExterns.js
|
| +++ b/Source/core/inspector/InjectedScriptExterns.js
|
| @@ -182,7 +182,7 @@ CallSite.prototype.getColumnNumber = function() { }
|
|
|
| // FIXME: Remove once ES6 is supported natively by JS compiler.
|
|
|
| -/** @typedef {?} */
|
| +/** @typedef {string} */
|
| var symbol;
|
|
|
| /**
|
|
|