 Chromium Code Reviews
 Chromium Code Reviews Issue 1060813005:
  Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 1060813005:
  Componentization: fix SupplementTracing<0>::~SupplementTracing<0>(void) already defined.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: Source/modules/webdatabase/DatabaseClient.h | 
| diff --git a/Source/modules/webdatabase/DatabaseClient.h b/Source/modules/webdatabase/DatabaseClient.h | 
| index 2625cdccddc7babe45e7143c4e28d12abf8b23d5..dc828cdde3d42aa3ccfc0f5e5ac9d1f82ba9d842 100644 | 
| --- a/Source/modules/webdatabase/DatabaseClient.h | 
| +++ b/Source/modules/webdatabase/DatabaseClient.h | 
| @@ -31,6 +31,7 @@ | 
| #ifndef DatabaseClient_h | 
| #define DatabaseClient_h | 
| +#include "core/page/PageSupplementable.h" | 
| 
tasak
2015/04/22 03:14:48
Need this before using WillBeHeapSupplement<Page>
 | 
| #include "platform/Supplementable.h" | 
| #include "platform/heap/Handle.h" | 
| #include "wtf/Forward.h" |