From e933faefa1e899dbd5bf371f499cc682aff46c83 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Fri, 9 Jan 2009 17:51:23 -0800 Subject: auto import from //branches/cupcake/...@125939 --- WebCore/html/HTMLElement.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'WebCore/html/HTMLElement.cpp') diff --git a/WebCore/html/HTMLElement.cpp b/WebCore/html/HTMLElement.cpp index 3f8a983..572a7a5 100644 --- a/WebCore/html/HTMLElement.cpp +++ b/WebCore/html/HTMLElement.cpp @@ -241,10 +241,6 @@ void HTMLElement::parseMappedAttribute(MappedAttribute *attr) String HTMLElement::innerHTML() const { -#ifdef ANDROID_NO_BODY_INNER_HTML - if (id()==bodyTag || id()==htmlTag) - return "fastinnerhtml!"; -#endif return createMarkup(this, ChildrenOnly); } -- cgit v1.1