Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: Source/WebCore/workers/WorkerScriptLoader.h

Issue 13687007: Remove PLATFORM(BLACKBERRY) support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/workers/WorkerScriptLoader.h
diff --git a/Source/WebCore/workers/WorkerScriptLoader.h b/Source/WebCore/workers/WorkerScriptLoader.h
index 9a5d59374cb7a63d61c2d47bfefa553231b5029a..77e056d00df8a3a44edf430f2ef41b315d7eeff8 100644
--- a/Source/WebCore/workers/WorkerScriptLoader.h
+++ b/Source/WebCore/workers/WorkerScriptLoader.h
@@ -73,7 +73,7 @@ namespace WebCore {
virtual void didFail(const ResourceError&) OVERRIDE;
virtual void didFailRedirectCheck() OVERRIDE;
-#if PLATFORM(CHROMIUM) || PLATFORM(BLACKBERRY)
+#if PLATFORM(CHROMIUM)
void setTargetType(ResourceRequest::TargetType targetType) { m_targetType = targetType; }
#endif
@@ -96,7 +96,7 @@ namespace WebCore {
bool m_failed;
unsigned long m_identifier;
bool m_finishing;
-#if PLATFORM(CHROMIUM) || PLATFORM(BLACKBERRY)
+#if PLATFORM(CHROMIUM)
ResourceRequest::TargetType m_targetType;
#endif
};

Powered by Google App Engine
This is Rietveld 408576698