Index: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
index 117d64c10e248490b71a1cfa9789c006bc7b04ed..468cbf31e0b5434edec5ebc2151ab355720a24e3 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js |
@@ -658,6 +658,14 @@ WebInspector.copyLinkAddressLabel = function() |
/** |
* @return {string} |
*/ |
+WebInspector.copyPropertyPathLabel = function() |
+{ |
+ return WebInspector.UIString.capitalize("Copy ^property ^path"); |
dgozman
2016/05/18 00:46:14
I still think you should inline this at callsite.
luoe
2016/05/18 21:15:47
Sorry, I missed this in the last patch. Will do.
|
+} |
+ |
+/** |
+ * @return {string} |
+ */ |
WebInspector.anotherProfilerActiveLabel = function() |
{ |
return WebInspector.UIString("Another profiler is already active"); |