 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/vibration/NavigatorVibration.h | 
| diff --git a/Source/modules/vibration/NavigatorVibration.h b/Source/modules/vibration/NavigatorVibration.h | 
| index 05ec723ea46565e198618756ab742bc4e84acf04..c2362ff6af9efe09ae74950e7d1f8743a4138835 100644 | 
| --- a/Source/modules/vibration/NavigatorVibration.h | 
| +++ b/Source/modules/vibration/NavigatorVibration.h | 
| @@ -30,6 +30,7 @@ namespace blink { | 
| class LocalFrame; | 
| class Navigator; | 
| +class Page; | 
| class UnsignedLongOrUnsignedLongSequence; | 
| class NavigatorVibration final |