| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 2d23e78f3f32b18da087b4673118fa5b1b7dbdba..e98e4b9b8d45b3c942d088fa676f03badbea7ef4 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -5047,9 +5047,6 @@ KURL Document::completeURL(const String& url) const {
|
| UseCounter::count(
|
| *this,
|
| UseCounter::DocumentCompleteURLHTTPContainingNewlineAndLessThan);
|
| -
|
| - if (RuntimeEnabledFeatures::restrictCompleteURLCharacterSetEnabled())
|
| - return KURL();
|
| }
|
| } else {
|
| UseCounter::count(
|
|
|