Title: [210857] trunk/Source/WebCore
- Revision
- 210857
- Author
- [email protected]
- Date
- 2017-01-18 11:27:48 -0800 (Wed, 18 Jan 2017)
Log Message
Remove WEBCORE_EXPORT from newly inlined functions after r210845.
Unreviewed build fix.
* loader/DocumentLoader.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (210856 => 210857)
--- trunk/Source/WebCore/ChangeLog 2017-01-18 19:09:13 UTC (rev 210856)
+++ trunk/Source/WebCore/ChangeLog 2017-01-18 19:27:48 UTC (rev 210857)
@@ -1,3 +1,11 @@
+2017-01-18 Ryan Haddad <[email protected]>
+
+ Remove WEBCORE_EXPORT from newly inlined functions after r210845.
+
+ Unreviewed build fix.
+
+ * loader/DocumentLoader.h:
+
2017-01-18 Per Arne Vollan <[email protected]>
Crash when changing video subtitles.
Modified: trunk/Source/WebCore/loader/DocumentLoader.h (210856 => 210857)
--- trunk/Source/WebCore/loader/DocumentLoader.h 2017-01-18 19:09:13 UTC (rev 210856)
+++ trunk/Source/WebCore/loader/DocumentLoader.h 2017-01-18 19:27:48 UTC (rev 210857)
@@ -99,22 +99,22 @@
DocumentWriter& writer() const { return m_writer; }
- WEBCORE_EXPORT const ResourceRequest& originalRequest() const;
- WEBCORE_EXPORT const ResourceRequest& originalRequestCopy() const;
+ const ResourceRequest& originalRequest() const;
+ const ResourceRequest& originalRequestCopy() const;
- WEBCORE_EXPORT const ResourceRequest& request() const;
- WEBCORE_EXPORT ResourceRequest& request();
+ const ResourceRequest& request() const;
+ ResourceRequest& request();
CachedResourceLoader& cachedResourceLoader() { return m_cachedResourceLoader; }
const SubstituteData& substituteData() const { return m_substituteData; }
- WEBCORE_EXPORT const URL& url() const;
- WEBCORE_EXPORT const URL& unreachableURL() const;
+ const URL& url() const;
+ const URL& unreachableURL() const;
const URL& originalURL() const;
- WEBCORE_EXPORT const URL& responseURL() const;
- WEBCORE_EXPORT const String& responseMIMEType() const;
+ const URL& responseURL() const;
+ const String& responseMIMEType() const;
#if PLATFORM(IOS)
// FIXME: This method seems to violate the encapsulation of this class.
WEBCORE_EXPORT void setResponseMIMEType(const String&);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes