Skip to content

Instantly share code, notes, and snippets.

@sideshowbarker
Created February 1, 2013 09:49
Show Gist options
  • Save sideshowbarker/4690412 to your computer and use it in GitHub Desktop.
Save sideshowbarker/4690412 to your computer and use it in GitHub Desktop.
[583/2099] CXX obj/content/common/indexed_db/content_common.indexed_db_dispatcher.o
...
../../content/common/indexed_db/indexed_db_dispatcher.cc:696:7: error: reference to type 'const WebKit::WebIDBMetadata' could not bind to an lvalue of type 'mapped_type' (aka 'content::RendererWebIDBDatabaseImpl *')
databases_[ipc_database_id]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../third_party/WebKit/Source/WebKit/chromium/public/WebIDBCallbacks.h:65:94: note: passing argument to parameter here
virtual void onUpgradeNeeded(long long oldVersion, WebIDBDatabase*, const WebIDBMetadata&) { WEBKIT_ASSERT_NOT_REACHED(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment