 Chromium Code Reviews
 Chromium Code Reviews Issue 2567933003:
  Remove DOMWindowProperty from PingLoaderImpl  (Closed)
    
  
    Issue 2567933003:
  Remove DOMWindowProperty from PingLoaderImpl  (Closed) 
  | Index: third_party/WebKit/Source/core/loader/PingLoader.h | 
| diff --git a/third_party/WebKit/Source/core/loader/PingLoader.h b/third_party/WebKit/Source/core/loader/PingLoader.h | 
| index ae6d269c855895c61512157032128d5fb73ee1d3..8b8dd8ef2af9e8ea9dcb2600f73b688aea4b234c 100644 | 
| --- a/third_party/WebKit/Source/core/loader/PingLoader.h | 
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.h | 
| @@ -34,7 +34,6 @@ | 
| #include "core/CoreExport.h" | 
| #include "core/fetch/ResourceLoaderOptions.h" | 
| -#include "core/frame/DOMWindowProperty.h" | 
| #include "platform/Timer.h" | 
| #include "platform/heap/Handle.h" | 
| #include "platform/heap/SelfKeepAlive.h" | 
| 
sof
2016/12/12 07:48:21
I don't know how this came about, but could you mo
 |