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

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

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.cpp
diff --git a/Source/modules/filesystem/EntrySync.cpp b/Source/modules/filesystem/EntrySync.cpp
index 88a5a7dba7bb97694cd97b69cfebdc509e27cbff..532a408b0a6f098bee7d546ac48f5c7f75683258 100644
--- a/Source/modules/filesystem/EntrySync.cpp
+++ b/Source/modules/filesystem/EntrySync.cpp
@@ -78,7 +78,7 @@ void EntrySync::remove(ExceptionState& exceptionState) const
helper->getResult(exceptionState);
}
-EntrySync* EntrySync::getParent() const
+DirectoryEntrySync* EntrySync::getParent() const
{
// Sync verion of getParent doesn't throw exceptions.
String parentPath = DOMFilePath::getDirectory(fullPath());
« Source/bindings/tests/results/V8TestObject.cpp ('K') | « Source/modules/filesystem/EntrySync.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698