| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index 3a3405765f541e37382f85300c8f763481c3ef8e..9da4114d62a04bb6d0469f719990ef3771f779a5 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -280,8 +280,6 @@ LocalFrame* LocalFrame::Create(LocalFrameClient* client,
|
| }
|
|
|
| void LocalFrame::Init() {
|
| - // Initialization code needs to run first as the call to m_loader.init() can
|
| - // actually lead to this object being freed!
|
| DCHECK(!GetInitializationVector().IsEmpty());
|
| for (auto& initilization_callback : GetInitializationVector()) {
|
| initilization_callback(this);
|
|
|