Title: [134281] trunk/Source/WebKit/chromium
Revision
134281
Author
[email protected]
Date
2012-11-12 12:32:56 -0800 (Mon, 12 Nov 2012)

Log Message

Fix Chromium DEPS version after accidentally checking in HEAD a couple days ago.

Unreviewed, build fix.

* DEPS:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (134280 => 134281)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-11-12 20:32:55 UTC (rev 134280)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-11-12 20:32:56 UTC (rev 134281)
@@ -1,3 +1,11 @@
+2012-11-12  Dirk Pranke  <[email protected]>
+
+        Fix Chromium DEPS version after accidentally checking in HEAD a couple days ago.
+
+        Unreviewed, build fix.
+
+        * DEPS:
+
 2012-11-12  Keishi Hattori  <[email protected]>
 
         Add support for week/month to Locale::formatDateTime()

Modified: trunk/Source/WebKit/chromium/DEPS (134280 => 134281)


--- trunk/Source/WebKit/chromium/DEPS	2012-11-12 20:32:55 UTC (rev 134280)
+++ trunk/Source/WebKit/chromium/DEPS	2012-11-12 20:32:56 UTC (rev 134281)
@@ -32,7 +32,7 @@
 
 vars = {
   'chromium_svn': 'http://src.chromium.org/svn/trunk/src',
-  'chromium_rev': 'HEAD'
+  'chromium_rev': '167151'
 }
 
 deps = {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to