| Index: Source/core/page/DOMWindow.h
 | 
| diff --git a/Source/core/page/DOMWindow.h b/Source/core/page/DOMWindow.h
 | 
| index 392e7ae1f9c28c439d0f9042c773f58f1953fd8d..51a9bc876bfecdbb4c85a3f7135a700105e0c2a6 100644
 | 
| --- a/Source/core/page/DOMWindow.h
 | 
| +++ b/Source/core/page/DOMWindow.h
 | 
| @@ -243,10 +243,6 @@ namespace WebCore {
 | 
|          void resizeBy(float x, float y) const;
 | 
|          void resizeTo(float width, float height) const;
 | 
|  
 | 
| -        // Timers
 | 
| -        void clearTimeout(int timeoutId);
 | 
| -        void clearInterval(int timeoutId);
 | 
| -
 | 
|          // Images
 | 
|          void createImageBitmap(HTMLImageElement*, PassRefPtr<ImageBitmapCallback>, ExceptionCode&);
 | 
|          void createImageBitmap(HTMLImageElement*, PassRefPtr<ImageBitmapCallback>, int sx, int sy, int sw, int sh, ExceptionCode&);
 | 
| 
 |