| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index f8b55747788d6a518330072cd51bff4854653ffa..9d10ceaf649d924df40ca5f1108c31dc68eb6cc0 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -45,6 +45,7 @@
|
| #include "WebNavigationType.h"
|
| #include "WebNavigatorContentUtilsClient.h"
|
| #include "WebSandboxFlags.h"
|
| +#include "WebSourceLocation.h"
|
| #include "WebTextDirection.h"
|
| #include "public/platform/BlameContext.h"
|
| #include "public/platform/WebColor.h"
|
| @@ -300,6 +301,7 @@ class BLINK_EXPORT WebFrameClient {
|
| bool isClientRedirect;
|
| WebFormElement form;
|
| bool isCacheDisabled;
|
| + WebSourceLocation sourceLocation;
|
|
|
| NavigationPolicyInfo(WebURLRequest& urlRequest)
|
| : extraData(nullptr),
|
|
|