Title: [89751] trunk/Source/WebKit/chromium
Revision
89751
Author
[email protected]
Date
2011-06-25 15:08:27 -0700 (Sat, 25 Jun 2011)

Log Message

2011-06-25  Adam Barth  <[email protected]>

        Unreviewed build fix.  Remove ifdefs around these two functions because
        we're not planning to move them.  This patch makes WebFrameImpl.h
        consistent with WebFrame.h so we can build with the new API
        configuration.

        * src/WebFrameImpl.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (89750 => 89751)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-06-25 22:02:29 UTC (rev 89750)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-06-25 22:08:27 UTC (rev 89751)
@@ -1,3 +1,12 @@
+2011-06-25  Adam Barth  <[email protected]>
+
+        Unreviewed build fix.  Remove ifdefs around these two functions because
+        we're not planning to move them.  This patch makes WebFrameImpl.h
+        consistent with WebFrame.h so we can build with the new API
+        configuration.
+
+        * src/WebFrameImpl.h:
+
 2011-06-24  Nat Duca  <[email protected]>
 
         Unreviewed, rolling out r89694.

Modified: trunk/Source/WebKit/chromium/src/WebFrameImpl.h (89750 => 89751)


--- trunk/Source/WebKit/chromium/src/WebFrameImpl.h	2011-06-25 22:02:29 UTC (rev 89750)
+++ trunk/Source/WebKit/chromium/src/WebFrameImpl.h	2011-06-25 22:08:27 UTC (rev 89751)
@@ -206,10 +206,8 @@
     virtual void notifiyPasswordListenerOfAutocomplete(
         const WebInputElement&);
 
-#if !defined(WEBKIT_FRAME_TO_DOCUMENT_API_MOVE)
     virtual WebString contentAsText(size_t maxChars) const;
     virtual WebString contentAsMarkup() const;
-#endif
     virtual WebString renderTreeAsText(bool showDebugInfo = false) const;
     virtual WebString counterValueForElementById(const WebString& id) const;
     virtual WebString markerTextForListItem(const WebElement&) const;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to