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

Unified Diff: Source/modules/filesystem/FileWriterSync.idl

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
Index: Source/modules/filesystem/FileWriterSync.idl
diff --git a/Source/modules/filesystem/FileWriterSync.idl b/Source/modules/filesystem/FileWriterSync.idl
index d5b1fd5c19bdd16550343b7850b6b237ccd35960..40fca495ad446a589ea7f3af1a97ac94d5754a9c 100644
--- a/Source/modules/filesystem/FileWriterSync.idl
+++ b/Source/modules/filesystem/FileWriterSync.idl
@@ -30,7 +30,7 @@
[
NoInterfaceObject,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface FileWriterSync {
// synchronous write/modify methods
[RaisesException] void write(Blob data);
« no previous file with comments | « Source/modules/filesystem/FileWriterSync.h ('k') | Source/modules/filesystem/HTMLInputElementFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698