| Index: Source/web/WebDevToolsAgentImpl.cpp
|
| diff --git a/Source/web/WebDevToolsAgentImpl.cpp b/Source/web/WebDevToolsAgentImpl.cpp
|
| index 65e077b79b8c7cde777d52ee791492e684e84706..758f632575f848ab9878b63715a24ec3f801db6a 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -75,6 +75,7 @@
|
| #include "wtf/text/WTFString.h"
|
|
|
| using namespace WebCore;
|
| +using namespace std;
|
|
|
| namespace OverlayZOrders {
|
| // Use 99 as a big z-order number so that highlight is above other overlays.
|
|
|