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

Unified Diff: Source/core/fileapi/FileError.idl

Issue 176853004: Oilpan: move core/fileapi to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/core/fileapi/FileError.idl
diff --git a/Source/core/fileapi/FileError.idl b/Source/core/fileapi/FileError.idl
index 4f40dc8dc9e6969bcba00b1b8491869db256de15..7e798d4653cd5cf6fd979f12c1f7e209c3006efa 100644
--- a/Source/core/fileapi/FileError.idl
+++ b/Source/core/fileapi/FileError.idl
@@ -29,6 +29,7 @@
*/
[
+ WillBeGarbageCollected
haraken 2014/02/24 13:49:14 You don't need to add [WillBeGarbageCollected] to
sof 2014/02/24 17:09:09 Thanks, didn't know. Removed (same for File.)
] interface FileError : DOMError {
const unsigned short NOT_FOUND_ERR = 1;
const unsigned short SECURITY_ERR = 2;

Powered by Google App Engine
This is Rietveld 408576698