| 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 d0472536208dcbb15ebfdf0ac29871f5203b7c06..189f537ddc7333ef06dce564d43066cf61549fa6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/platform/utilities.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/platform/utilities.js
|
| @@ -252,15 +252,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()
|
|
|