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

Unified Diff: Source/devtools/front_end/ui/PieChart.js

Issue 663083004: [DevTools] Remove remaining usages of global properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/devtools/front_end/ui/PieChart.js
diff --git a/Source/devtools/front_end/ui/PieChart.js b/Source/devtools/front_end/ui/PieChart.js
index f46ee3d03f9384bde386a862298de97c6d0cfcae..afbb121bff5b1e9ca27001d1f9fc32f37f0070fa 100644
--- a/Source/devtools/front_end/ui/PieChart.js
+++ b/Source/devtools/front_end/ui/PieChart.js
@@ -114,6 +114,7 @@ WebInspector.PieChart.prototype = {
* @param {!Element} parent
* @param {string} childType
* @return {!Element}
+ * @suppressGlobalPropertiesCheck
*/
_createSVGChild: function(parent, childType)
{

Powered by Google App Engine
This is Rietveld 408576698