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

Unified Diff: third_party/WebKit/Source/core/fileapi/Blob.h

Issue 2394653003: reflow comments in core/events,core/fileapi (Closed)
Patch Set: Created 4 years, 2 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 | « third_party/WebKit/Source/core/events/WheelEvent.cpp ('k') | third_party/WebKit/Source/core/fileapi/File.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/fileapi/Blob.h
diff --git a/third_party/WebKit/Source/core/fileapi/Blob.h b/third_party/WebKit/Source/core/fileapi/Blob.h
index a89b96ecd31a65ec8d34f35ba973e7fa0c29d3e4..ba04c3c64e99995ec729d2894a537c4ddfed32f7 100644
--- a/third_party/WebKit/Source/core/fileapi/Blob.h
+++ b/third_party/WebKit/Source/core/fileapi/Blob.h
@@ -82,7 +82,8 @@ class CORE_EXPORT Blob : public GarbageCollectedFinalized<Blob>,
const String& contentType,
ExceptionState&) const;
- // To allow ExceptionState to be passed in last, manually enumerate the optional argument overloads.
+ // To allow ExceptionState to be passed in last, manually enumerate the
+ // optional argument overloads.
Blob* slice(ExceptionState& exceptionState) const {
return slice(0, std::numeric_limits<long long>::max(), String(),
exceptionState);
« no previous file with comments | « third_party/WebKit/Source/core/events/WheelEvent.cpp ('k') | third_party/WebKit/Source/core/fileapi/File.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698