diff options
author | Ben Murdoch <benm@google.com> | 2010-06-14 16:01:30 +0100 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2010-06-14 16:01:30 +0100 |
commit | b81365b66797e01732f9b5a27d92db82231a8cb7 (patch) | |
tree | a5cb42225fe28ab91aaad4513b81c0e9cf8eb3bb | |
parent | 4c25ba384d3aa8f11847f54213de8bf22f78ed09 (diff) | |
download | external_webkit-b81365b66797e01732f9b5a27d92db82231a8cb7.zip external_webkit-b81365b66797e01732f9b5a27d92db82231a8cb7.tar.gz external_webkit-b81365b66797e01732f9b5a27d92db82231a8cb7.tar.bz2 |
Do not specify some IDB files twice in the JSC derived bindings makefile.
Fix b/2763798.
Change-Id: I419c85d9a12e6555317f4eace039a85ce3f0aec9
-rw-r--r-- | WebCore/Android.derived.jscbindings.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/Android.derived.jscbindings.mk b/WebCore/Android.derived.jscbindings.mk index d69af39..dc45dc2 100644 --- a/WebCore/Android.derived.jscbindings.mk +++ b/WebCore/Android.derived.jscbindings.mk @@ -343,10 +343,6 @@ GEN := \ $(intermediates)/storage/JSDatabase.h \ $(intermediates)/storage/JSDatabaseCallback.h \ $(intermediates)/storage/JSDatabaseSync.h \ - $(intermediates)/storage/JSIDBErrorEvent.h \ - $(intermediates)/storage/JSIDBEvent.h \ - $(intermediates)/storage/JSIDBRequest.h \ - $(intermediates)/storage/JSIDBSuccessEvent.h \ $(intermediates)/storage/JSSQLError.h \ $(intermediates)/storage/JSSQLResultSet.h \ $(intermediates)/storage/JSSQLResultSetRowList.h \ |