| Index: Source/WebCore/html/canvas/WebGLRenderingContext.cpp
|
| diff --git a/Source/WebCore/html/canvas/WebGLRenderingContext.cpp b/Source/WebCore/html/canvas/WebGLRenderingContext.cpp
|
| index 37d0b491d95054469b3e40b0a8e6b897297e1d5e..296735a46a0ac357de30a8293a9dd7389444e462 100644
|
| --- a/Source/WebCore/html/canvas/WebGLRenderingContext.cpp
|
| +++ b/Source/WebCore/html/canvas/WebGLRenderingContext.cpp
|
| @@ -81,10 +81,6 @@
|
| #include <wtf/Uint32Array.h>
|
| #include <wtf/text/StringBuilder.h>
|
|
|
| -#if PLATFORM(QT)
|
| -#undef emit
|
| -#endif
|
| -
|
| namespace WebCore {
|
|
|
| const double secondsBetweenRestoreAttempts = 1.0;
|
|
|