Chromium Code Reviews| Index: third_party/WebKit/Source/platform/weborigin/KURL.h |
| diff --git a/third_party/WebKit/Source/platform/weborigin/KURL.h b/third_party/WebKit/Source/platform/weborigin/KURL.h |
| index 91c78515fdc24fb9fc0ab12cdea232dad75327b8..c6d38fb6584ff517ec8c7239d05fd0ff92812493 100644 |
| --- a/third_party/WebKit/Source/platform/weborigin/KURL.h |
| +++ b/third_party/WebKit/Source/platform/weborigin/KURL.h |
| @@ -191,6 +191,8 @@ class PLATFORM_EXPORT KURL { |
| bool isSafeToSendToAnotherThread() const; |
| + bool whitespaceRemoved() const { return m_parsed.whitespace_removed; } |
|
jochen (gone - plz use gerrit)
2017/01/19 12:35:34
maybe add a unit test?
|
| + |
| private: |
| void init(const KURL& base, |
| const String& relative, |