| Index: third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| index 89a97eb655478bdb7e503cd82c216a4523e5de76..1c960aad54cf5a46dcea65fd7944aef9a1efd852 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| @@ -81,6 +81,7 @@ private:
|
| WebDataSourceImpl(LocalFrame*, const ResourceRequest&, const SubstituteData&);
|
| ~WebDataSourceImpl() override;
|
| void detachFromFrame() override;
|
| + String debugName() const override { return "WebDataSourceImpl"; }
|
|
|
| // Mutable because the const getters will magically sync these to the
|
| // latest version from WebKit.
|
|
|