Title: [117996] trunk/Source/Platform
Revision
117996
Author
gav...@chromium.org
Date
2012-05-22 10:33:28 -0700 (Tue, 22 May 2012)

Log Message

[Chromium] Remove old staging enum value WebURLRequest::TargetType::TargetIsPrerender
https://bugs.webkit.org/show_bug.cgi?id=85021

Reviewed by Adam Barth.

* chromium/public/WebURLRequest.h:

Modified Paths

Diff

Modified: trunk/Source/Platform/ChangeLog (117995 => 117996)


--- trunk/Source/Platform/ChangeLog	2012-05-22 17:32:59 UTC (rev 117995)
+++ trunk/Source/Platform/ChangeLog	2012-05-22 17:33:28 UTC (rev 117996)
@@ -1,3 +1,12 @@
+2012-05-22  Gavin Peters  <gav...@chromium.org>
+
+        [Chromium] Remove old staging enum value WebURLRequest::TargetType::TargetIsPrerender
+        https://bugs.webkit.org/show_bug.cgi?id=85021
+
+        Reviewed by Adam Barth.
+
+        * chromium/public/WebURLRequest.h:
+
 2012-05-21  James Robinson  <jam...@chromium.org>
 
         [chromium] Port chromium compositor to use WebFilterOperation(s)

Modified: trunk/Source/Platform/chromium/public/WebURLRequest.h (117995 => 117996)


--- trunk/Source/Platform/chromium/public/WebURLRequest.h	2012-05-22 17:32:59 UTC (rev 117995)
+++ trunk/Source/Platform/chromium/public/WebURLRequest.h	2012-05-22 17:33:28 UTC (rev 117996)
@@ -73,9 +73,6 @@
         TargetIsXHR = 13,
         TargetIsTextTrack = 14,
         TargetIsUnspecified = 15,
-        // FIXME: This old enum value is only being left in while prerendering is staging into chromium. After http://codereview.chromium.org/10244007/
-        // lands, this should be removed.
-        TargetIsPrerender = TargetIsUnspecified,
     };
 
     class ExtraData {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to