Title: [112521] trunk/Source/WebCore
Revision
112521
Author
[email protected]
Date
2012-03-29 05:31:50 -0700 (Thu, 29 Mar 2012)

Log Message

[BlackBerry] Add m_targetType to WorkerScriptLoader
https://bugs.webkit.org/show_bug.cgi?id=82574

Reviewed by Rob Buis.

Just as Chromium porting blackberry porting is using m_targetType also.

* workers/WorkerScriptLoader.h:
(WorkerScriptLoader):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (112520 => 112521)


--- trunk/Source/WebCore/ChangeLog	2012-03-29 12:02:59 UTC (rev 112520)
+++ trunk/Source/WebCore/ChangeLog	2012-03-29 12:31:50 UTC (rev 112521)
@@ -1,3 +1,15 @@
+2012-03-29  Leo Yang  <[email protected]>
+
+        [BlackBerry] Add m_targetType to WorkerScriptLoader
+        https://bugs.webkit.org/show_bug.cgi?id=82574
+
+        Reviewed by Rob Buis.
+
+        Just as Chromium porting blackberry porting is using m_targetType also.
+
+        * workers/WorkerScriptLoader.h:
+        (WorkerScriptLoader):
+
 2012-03-29  Robin Cao  <[email protected]>
 
         [BlackBerry] Add an empty implementation of GraphicsContext3D::setErrorMessageCallback

Modified: trunk/Source/WebCore/workers/WorkerScriptLoader.h (112520 => 112521)


--- trunk/Source/WebCore/workers/WorkerScriptLoader.h	2012-03-29 12:02:59 UTC (rev 112520)
+++ trunk/Source/WebCore/workers/WorkerScriptLoader.h	2012-03-29 12:31:50 UTC (rev 112521)
@@ -95,7 +95,7 @@
         bool m_failed;
         unsigned long m_identifier;
         bool m_finishing;
-#if PLATFORM(CHROMIUM)
+#if PLATFORM(CHROMIUM) || PLATFORM(BLACKBERRY)
         ResourceRequest::TargetType m_targetType;
 #endif
     };
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to