| Index: third_party/WebKit/Source/web/WebDOMMessageEvent.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDOMMessageEvent.cpp b/third_party/WebKit/Source/web/WebDOMMessageEvent.cpp
|
| index e45cafeff0066e0d1ef5bc9ba3880d5513615081..d875e5c18dd59bffe2590cf5d17d53224e5d0480 100644
|
| --- a/third_party/WebKit/Source/web/WebDOMMessageEvent.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDOMMessageEvent.cpp
|
| @@ -49,7 +49,7 @@ WebDOMMessageEvent::WebDOMMessageEvent(const WebSerializedScriptValue& messageDa
|
| {
|
| DOMWindow* window = nullptr;
|
| if (sourceFrame)
|
| - window = toCoreFrame(sourceFrame)->domWindow();
|
| + window = sourceFrame->toImplBase()->frame()->domWindow();
|
| MessagePortArray* ports = nullptr;
|
| if (!targetDocument.isNull()) {
|
| RefPtrWillBeRawPtr<Document> coreDocument = PassRefPtrWillBeRawPtr<Document>(targetDocument);
|
|
|