| Index: content/browser/in_process_webkit/dom_storage_area.h
|
| diff --git a/content/browser/in_process_webkit/dom_storage_area.h b/content/browser/in_process_webkit/dom_storage_area.h
|
| index a663ee0ad76d18c9a4d0e63284ab23e6fded5916..912f57dd125defee4c5d7e3cf0148399319944a8 100644
|
| --- a/content/browser/in_process_webkit/dom_storage_area.h
|
| +++ b/content/browser/in_process_webkit/dom_storage_area.h
|
| @@ -60,7 +60,12 @@ class DOMStorageArea {
|
| };
|
|
|
| #if defined(COMPILER_GCC)
|
| +#if defined(OS_ANDROID)
|
| +// Android stlport uses std namespace
|
| +namespace std {
|
| +#else
|
| namespace __gnu_cxx {
|
| +#endif
|
|
|
| template<>
|
| struct hash<DOMStorageArea*> {
|
|
|