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

Unified Diff: Source/modules/filesystem/FileEntry.cpp

Issue 314333002: Enable Oilpan by default in modules/filesystem/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove consts from conversion ctor + copy assignment op Created 6 years, 6 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/FileEntry.h ('k') | Source/modules/filesystem/FileEntrySync.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileEntry.cpp
diff --git a/Source/modules/filesystem/FileEntry.cpp b/Source/modules/filesystem/FileEntry.cpp
index 2d7978367ba82c9bc7c1edd8b0ec5f87cb54a220..b039d1ba509b1d5573b401053035a698dbc09446 100644
--- a/Source/modules/filesystem/FileEntry.cpp
+++ b/Source/modules/filesystem/FileEntry.cpp
@@ -39,7 +39,7 @@
namespace WebCore {
-FileEntry::FileEntry(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
+FileEntry::FileEntry(DOMFileSystemBase* fileSystem, const String& fullPath)
: Entry(fileSystem, fullPath)
{
ScriptWrappable::init(this);
« no previous file with comments | « Source/modules/filesystem/FileEntry.h ('k') | Source/modules/filesystem/FileEntrySync.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698