| Index: Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp
|
| index 537a106425e3da474edbe43db29df799b7d084c4..6dc6f92d1556336a741cd0d237d79c7bb972ab68 100644
|
| --- a/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -591,7 +591,6 @@ bool HTMLCanvasElement::originClean() const
|
|
|
| bool HTMLCanvasElement::shouldAccelerate(const IntSize& size) const
|
| {
|
| - fprintf(stderr, "shouldAccelerate?\n");
|
| if (m_context && !m_context->is2d())
|
| return false;
|
|
|
|
|