Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: third_party/WebKit/Source/core/style/DataRef.h

Issue 1855213002: Add DataPersistent<> for copy-on-modify and use for StyleFilterData. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: indirectly allocate Persistent<> Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/style/DataRef.h
diff --git a/third_party/WebKit/Source/core/style/DataRef.h b/third_party/WebKit/Source/core/style/DataRef.h
index 42964c8ac9a494f0554e6eb593c05ca665bd33f9..d1511da140e1d07f1154dcc1f4f00e70852c8145 100644
--- a/third_party/WebKit/Source/core/style/DataRef.h
+++ b/third_party/WebKit/Source/core/style/DataRef.h
@@ -24,7 +24,6 @@
#ifndef DataRef_h
#define DataRef_h
-#include "platform/heap/Handle.h"
#include "wtf/Allocator.h"
#include "wtf/RefPtr.h"
« no previous file with comments | « third_party/WebKit/Source/core/style/DataPersistent.h ('k') | third_party/WebKit/Source/core/style/StyleFilterData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698