| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| index 583ee2c0d36219335e2e9b4cb9f2167b311ff88a..63e6b6c1df0643300ef89950c14a23c6eba6add2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -273,7 +273,7 @@ CanvasRenderingContext* HTMLCanvasElement::getCanvasRenderingContext(
|
| if (!m_context)
|
| return nullptr;
|
|
|
| - InspectorInstrumentation::didCreateCanvasContext(&document());
|
| + probe::didCreateCanvasContext(&document());
|
|
|
| if (m_context->is3d()) {
|
| updateExternallyAllocatedMemory();
|
|
|