Index: third_party/WebKit/Source/devtools/front_end/platform/utilities.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/platform/utilities.js b/third_party/WebKit/Source/devtools/front_end/platform/utilities.js |
index 2be0749bbdeb2367d485df3e9d45fd769f2e31e4..4ad563fffc3eff282d2b3804440d1f13857f0ef3 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/platform/utilities.js |
+++ b/third_party/WebKit/Source/devtools/front_end/platform/utilities.js |
@@ -1114,7 +1114,7 @@ function createSearchRegex(query, caseSensitive, isRegex) |
*/ |
function createPlainTextSearchRegex(query, flags) |
{ |
- // This should be kept the same as the one in V8StringUtil.cpp. |
+ // This should be kept the same as the one in StringUtil.cpp. |
var regexSpecialCharacters = String.regexSpecialCharacters(); |
var regex = ""; |
for (var i = 0; i < query.length; ++i) { |