From bc7b84de3fd863c500a8169fd00dca3811cadbb3 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 21 Oct 2009 14:12:09 +0100 Subject: Makes a number of changes to ease future merging with and upstreaming to webkit.org. - Fixes whitespace discrepancies between webkit.org and Android versions - Re-orders Android-specific changes to minimise the diff with webkit.org - Makes sure all Android-specific changes are appropriately guarded. - Fixes some Android-specific style problems None of these should introduce any functional changes for PLATFORM(ANDROID). Change-Id: Id27cf0b0e8682a7f29590c3fccae2d287b3630f1 --- WebCore/dom/Document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebCore/dom/Document.h') diff --git a/WebCore/dom/Document.h b/WebCore/dom/Document.h index 82a5b98..fc2eea0 100644 --- a/WebCore/dom/Document.h +++ b/WebCore/dom/Document.h @@ -809,7 +809,7 @@ public: void updateFocusAppearanceSoon(); void cancelFocusAppearanceUpdate(); - + #ifdef ANDROID_MOBILE void setExtraLayoutDelay(int delay) { mExtraLayoutDelay = delay; } int extraLayoutDelay() { return mExtraLayoutDelay; } -- cgit v1.1