Title: [155325] trunk/Source/WebCore
- Revision
- 155325
- Author
- [email protected]
- Date
- 2013-09-09 00:01:03 -0700 (Mon, 09 Sep 2013)
Log Message
HTMLDocument.h : Removing unnecessary forward declaration.
https://bugs.webkit.org/show_bug.cgi?id=121002
Patch by Santosh Mahto <[email protected]> on 2013-09-08
Reviewed by Darin Adler.
Just code cleanup.
Removed the two forward declaration in HTMLDocument.h file.
* html/HTMLDocument.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (155324 => 155325)
--- trunk/Source/WebCore/ChangeLog 2013-09-09 06:55:18 UTC (rev 155324)
+++ trunk/Source/WebCore/ChangeLog 2013-09-09 07:01:03 UTC (rev 155325)
@@ -1,3 +1,15 @@
+2013-09-08 Santosh Mahto <[email protected]>
+
+ HTMLDocument.h : Removing unnecessary forward declaration.
+ https://bugs.webkit.org/show_bug.cgi?id=121002
+
+ Reviewed by Darin Adler.
+
+ Just code cleanup.
+ Removed the two forward declaration in HTMLDocument.h file.
+
+ * html/HTMLDocument.h:
+
2013-09-08 Gurpreet Kaur <[email protected]>
defining line height affects height of text box
Modified: trunk/Source/WebCore/html/HTMLDocument.h (155324 => 155325)
--- trunk/Source/WebCore/html/HTMLDocument.h 2013-09-09 06:55:18 UTC (rev 155324)
+++ trunk/Source/WebCore/html/HTMLDocument.h 2013-09-09 07:01:03 UTC (rev 155325)
@@ -29,9 +29,6 @@
namespace WebCore {
-class FrameView;
-class HTMLElement;
-
class HTMLDocument : public Document, public CachedResourceClient {
public:
static PassRefPtr<HTMLDocument> create(Frame* frame, const KURL& url)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes