| 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 803caaf1eeae8a5370ced9c636ce15618ecc11cd..787abf362a2f8af94baeee0736fe6f4f83678ce6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/platform/utilities.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/platform/utilities.js
|
| @@ -287,15 +287,6 @@ String.prototype.compareTo = function(other)
|
| }
|
|
|
| /**
|
| - * @param {string} href
|
| - * @return {?string}
|
| - */
|
| -function sanitizeHref(href)
|
| -{
|
| - return href && href.trim().toLowerCase().startsWith("javascript:") ? null : href;
|
| -}
|
| -
|
| -/**
|
| * @return {string}
|
| */
|
| String.prototype.removeURLFragment = function()
|
|
|