| Index: third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| diff --git a/third_party/WebKit/Source/web/InspectorOverlay.cpp b/third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| index 84e1a73ecda8583b3cac9c897bade92fdeb3e0b8..850d2831fd8e1b23406e069122179f472a6e8bae 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| @@ -403,8 +403,6 @@ void InspectorOverlay::ScheduleUpdate() {
|
| needs_update_ = true;
|
| LocalFrame* frame = frame_impl_->GetFrame();
|
| if (frame) {
|
| - // TODO(joelhockey): Remove this check once all tests pass.
|
| - CHECK(frame_impl_->GetFrameView());
|
| frame->GetPage()->GetChromeClient().ScheduleAnimation(frame);
|
| }
|
| }
|
|
|