| Index: third_party/WebKit/Source/core/fetch/SubstituteData.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/SubstituteData.h b/third_party/WebKit/Source/core/fetch/SubstituteData.h
|
| index f9ffa36920097618e680424d437ad3e382ecfe60..87410f17e04499684468ad0b1bfd5b6a6382176b 100644
|
| --- a/third_party/WebKit/Source/core/fetch/SubstituteData.h
|
| +++ b/third_party/WebKit/Source/core/fetch/SubstituteData.h
|
| @@ -56,7 +56,7 @@ public:
|
| {
|
| }
|
|
|
| - bool isValid() const { return m_content; }
|
| + bool isValid() const { return m_content.get(); }
|
|
|
| SharedBuffer* content() const { return m_content.get(); }
|
| const AtomicString& mimeType() const { return m_mimeType; }
|
|
|