Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BUILD FIX: FrameLoaderClientQt.h should include ResourceError.h
* WebCoreSupport/FrameLoaderClientQt.h: Include ResourceError.h.

Canonical link: https://commits.webkit.org/56488@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@65708 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
ddkilzer committed Aug 19, 2010
1 parent c81d4f6 commit f5a0b35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WebKit/qt/ChangeLog
@@ -1,3 +1,9 @@
2010-08-19 David Kilzer <ddkilzer@apple.com>

BUILD FIX: FrameLoaderClientQt.h should include ResourceError.h

* WebCoreSupport/FrameLoaderClientQt.h: Include ResourceError.h.

2010-08-19 Girish Ramakrishnan <girish@forwardbias.in>

Reviewed by Kenneth Christiansen.
Expand Down
1 change: 1 addition & 0 deletions WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
Expand Up @@ -37,6 +37,7 @@
#include "KURL.h"
#include "PluginView.h"
#include "RefCounted.h"
#include "ResourceError.h"
#include "ResourceResponse.h"
#include <QUrl>
#include <qobject.h>
Expand Down

0 comments on commit f5a0b35

Please sign in to comment.