Title: [163690] trunk/Source/WebCore
Revision
163690
Author
rn...@webkit.org
Date
2014-02-07 19:54:37 -0800 (Fri, 07 Feb 2014)

Log Message

EFL build fix attempt after r163662.

* Modules/indexeddb/leveldb/IDBLevelDBCoding.cpp:
(WebCore::IDBLevelDBCoding::encodeIDBKey):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (163689 => 163690)


--- trunk/Source/WebCore/ChangeLog	2014-02-08 03:50:22 UTC (rev 163689)
+++ trunk/Source/WebCore/ChangeLog	2014-02-08 03:54:37 UTC (rev 163690)
@@ -1,5 +1,12 @@
 2014-02-07  Ryosuke Niwa  <rn...@webkit.org>
 
+        EFL build fix attempt after r163662.
+
+        * Modules/indexeddb/leveldb/IDBLevelDBCoding.cpp:
+        (WebCore::IDBLevelDBCoding::encodeIDBKey):
+
+2014-02-07  Ryosuke Niwa  <rn...@webkit.org>
+
         FrameSelection's destructor shouldn't notify accessibility
         https://bugs.webkit.org/show_bug.cgi?id=128421
 

Modified: trunk/Source/WebCore/Modules/indexeddb/leveldb/IDBLevelDBCoding.cpp (163689 => 163690)


--- trunk/Source/WebCore/Modules/indexeddb/leveldb/IDBLevelDBCoding.cpp	2014-02-08 03:50:22 UTC (rev 163689)
+++ trunk/Source/WebCore/Modules/indexeddb/leveldb/IDBLevelDBCoding.cpp	2014-02-08 03:54:37 UTC (rev 163690)
@@ -417,6 +417,7 @@
     switch (key.type()) {
     case IDBKey::InvalidType:
     case IDBKey::MinType:
+    case IDBKey::MaxType:
         ASSERT_NOT_REACHED();
         into.appendVector(encodeByte(IDBKeyNullTypeByte));
         return;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to