Chromium Code Reviews| Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp |
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
| index 6fc8717d8caab3383a4fac4102df96357dff872c..c21e6e0fdf8616df7a8c0e2b97e32cb2ce5fd32d 100644 |
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
| @@ -194,4 +194,6 @@ EmptyFrameLoaderClient::createApplicationCacheHost( |
| return nullptr; |
| } |
| +EmptyRemoteFrameClient::EmptyRemoteFrameClient() = default; |
| + |
| } // namespace blink |