Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22251
HTMLCanvasElement.cpp unnecessarily includes runtime/Interpreter.h
* html/HTMLCanvasElement.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@38399
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-11-14 Darin Fisher <darin@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ https://bugs.webkit.org/show_bug.cgi?id=22251
+ HTMLCanvasElement.cpp unnecessarily includes runtime/Interpreter.h
+
+ * html/HTMLCanvasElement.cpp:
+
2008-11-14 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Simon Hausmann.
#include "Page.h"
#include "RenderHTMLCanvas.h"
#include "Settings.h"
-#include <runtime/Interpreter.h>
#include <math.h>
#include <stdio.h>