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

Unified Diff: Source/modules/filesystem/EntrySync.h

Issue 386613002: FYI: Compile fixes when always using a local for method return value Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-nullable-method-return-type
Patch Set: Created 6 years, 5 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: Source/modules/filesystem/EntrySync.h
diff --git a/Source/modules/filesystem/EntrySync.h b/Source/modules/filesystem/EntrySync.h
index 4c69e23f1e70bedc7efc42a98e14cb31241f8b5f..1056444f2a0c37cf3a733b40a6bee99e065f97fe 100644
--- a/Source/modules/filesystem/EntrySync.h
+++ b/Source/modules/filesystem/EntrySync.h
@@ -53,7 +53,7 @@ public:
EntrySync* moveTo(DirectoryEntrySync* parent, const String& name, ExceptionState&) const;
EntrySync* copyTo(DirectoryEntrySync* parent, const String& name, ExceptionState&) const;
void remove(ExceptionState&) const;
- EntrySync* getParent() const;
+ DirectoryEntrySync* getParent() const;
virtual void trace(Visitor*) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698