summaryrefslogtreecommitdiffstats
path: root/webkit/port/bridge/HistoryWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/bridge/HistoryWin.cpp')
-rw-r--r--webkit/port/bridge/HistoryWin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/port/bridge/HistoryWin.cpp b/webkit/port/bridge/HistoryWin.cpp
index eafc142..0a835ba 100644
--- a/webkit/port/bridge/HistoryWin.cpp
+++ b/webkit/port/bridge/HistoryWin.cpp
@@ -20,7 +20,7 @@
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "config.h"
@@ -36,7 +36,7 @@
namespace WebCore {
-bool historyContains(const UChar* characters, unsigned length,
+bool historyContains(const UChar* characters, unsigned length,
Document* document) {
// check the document's DNS prefetch settings and pass up to the renderer
CString document_host = document->securityOrigin()->host().utf8();
@@ -46,4 +46,4 @@ bool historyContains(const UChar* characters, unsigned length,
document->isDNSPrefetchEnabled());
}
-} \ No newline at end of file
+}