Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(797)

Unified Diff: Source/core/inspector/InjectedScriptExterns.js

Issue 312143003: This fixes bug with trying to get properties of non-object (symbol). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comments Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
/**

Powered by Google App Engine
This is Rietveld 408576698