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

Unified Diff: Source/web/WebDragDataTest.cpp

Issue 640303002: Enable Oilpan for core/clipboard/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove some slightly pointy edges Created 5 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
« no previous file with comments | « Source/modules/filesystem/DraggedIsolatedFileSystemImpl.cpp ('k') | Source/web/WebViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDragDataTest.cpp
diff --git a/Source/web/WebDragDataTest.cpp b/Source/web/WebDragDataTest.cpp
index 7ba73ca264a95e423d10478c5f7fff63cda2652d..dba92d127b542cbae1a64102546d63899fe72266 100644
--- a/Source/web/WebDragDataTest.cpp
+++ b/Source/web/WebDragDataTest.cpp
@@ -13,7 +13,7 @@ namespace blink {
TEST(WebDragDataTest, items)
{
- RefPtrWillBeRawPtr<DataObject> dataObject = DataObject::create();
+ DataObject* dataObject = DataObject::create();
// Native file.
dataObject->add(File::create("/native/path"));
« no previous file with comments | « Source/modules/filesystem/DraggedIsolatedFileSystemImpl.cpp ('k') | Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698