Title: [165814] trunk/Source/WebCore
Revision
165814
Author
[email protected]
Date
2014-03-18 08:37:28 -0700 (Tue, 18 Mar 2014)

Log Message

[GTK] ResourceLoaderSoup.cpp was added by mistake
https://bugs.webkit.org/show_bug.cgi?id=130396

Reviewed by Carlos Garcia Campos.

This file was committed by mistake in r152778 and is not built by
any port.

* loader/soup/ResourceLoaderSoup.cpp: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (165813 => 165814)


--- trunk/Source/WebCore/ChangeLog	2014-03-18 15:03:55 UTC (rev 165813)
+++ trunk/Source/WebCore/ChangeLog	2014-03-18 15:37:28 UTC (rev 165814)
@@ -1,3 +1,15 @@
+2014-03-18  Philippe Normand  <[email protected]>
+
+        [GTK] ResourceLoaderSoup.cpp was added by mistake
+        https://bugs.webkit.org/show_bug.cgi?id=130396
+
+        Reviewed by Carlos Garcia Campos.
+
+        This file was committed by mistake in r152778 and is not built by
+        any port.
+
+        * loader/soup/ResourceLoaderSoup.cpp: Removed.
+
 2014-03-18  Andreas Kling  <[email protected]>
 
         Rename ElementDescendantIterator to TypedElementDescendantIterator.

Deleted: trunk/Source/WebCore/loader/soup/ResourceLoaderSoup.cpp (165813 => 165814)


--- trunk/Source/WebCore/loader/soup/ResourceLoaderSoup.cpp	2014-03-18 15:03:55 UTC (rev 165813)
+++ trunk/Source/WebCore/loader/soup/ResourceLoaderSoup.cpp	2014-03-18 15:37:28 UTC (rev 165814)
@@ -1,32 +0,0 @@
-/*
- *  Copyright (C) 2013 Igalia S.L.
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Lesser General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Lesser General Public License for more details.
- *
- *  You should have received a copy of the GNU Lesser General Public
- *  License along with this library; if not, write to the Free Software
- *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
-#include "config.h"
-#include "ResourceLoader.h"
-
-namespace WebCore {
-
-char* ResourceLoader::getOrCreateReadBuffer(size_t requestedLength, size_t& actualLength)
-{
-    actualLength = requestedLength;
-    if (!m_readBuffer)
-        m_readBuffer.set(static_cast<char*>(g_malloc(requestedLength)));
-    return m_readBuffer.get();
-}
-
-} // namespace WebCore
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to