From 933bedf25fa5168524eb1cd43803618947a1cec9 Mon Sep 17 00:00:00 2001 From: "alecflett@chromium.org" Date: Wed, 6 Mar 2013 00:36:26 +0000 Subject: [PATCH] Fix mac clang build with long long https://bugs.webkit.org/show_bug.cgi?id=111495 Unreviewed fix for mac build. * Modules/indexeddb/IDBBackingStore.cpp: (WebCore::IDBBackingStore::IDBBackingStore): git-svn-id: https://svn.webkit.org/repository/webkit/trunk@144849 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebCore/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 73a3384..e074dfc 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -8,6 +8,16 @@ * Modules/indexeddb/IDBBackingStore.cpp: (WebCore::IDBBackingStore::IDBBackingStore): +2013-03-05 Alec Flett + + Fix mac clang build with long long + https://bugs.webkit.org/show_bug.cgi?id=111495 + + Unreviewed fix for mac build. + + * Modules/indexeddb/IDBBackingStore.cpp: + (WebCore::IDBBackingStore::IDBBackingStore): + 2013-03-05 Aaron Colwell Add V8Document.h include when the V8 code generator creates a toV8(Document*) call. -- 1.8.3.1