| 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; }
|
| +
|
| private:
|
| void init(const KURL& base,
|
| const String& relative,
|
|
|