| Index: third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp
|
| index 0725821e992322d2c595fd5ac22ccbbd91fade28..b5886585110d122af62ddbdcfcf5a740792cf38f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.cpp
|
| @@ -62,6 +62,9 @@ const int domBreakpointDerivedTypeShift = 16;
|
|
|
| namespace blink {
|
|
|
| +using protocol::Maybe;
|
| +using protocol::Response;
|
| +
|
| static const char webglErrorFiredEventName[] = "webglErrorFired";
|
| static const char webglWarningFiredEventName[] = "webglWarningFired";
|
| static const char webglErrorNameProperty[] = "webglErrorName";
|
|
|