| Index: Source/core/inspector/InspectorController.cpp
|
| diff --git a/Source/core/inspector/InspectorController.cpp b/Source/core/inspector/InspectorController.cpp
|
| index b4364bf8866932a9c7c00aef6bfeef65e3ddc3ca..eaa5cdf257d816389ed62c20931de9bced489a1d 100644
|
| --- a/Source/core/inspector/InspectorController.cpp
|
| +++ b/Source/core/inspector/InspectorController.cpp
|
| @@ -288,8 +288,6 @@ void InspectorController::evaluateForTestInFrontend(long callId, const String& s
|
|
|
| void InspectorController::drawHighlight(GraphicsContext& context) const
|
| {
|
| - // https://code.google.com/p/chromium/issues/detail?id=343757
|
| - DisableCompositingQueryAsserts disabler;
|
| m_overlay->paint(context);
|
| }
|
|
|
|
|