Title: [145755] trunk/Source/WebCore
Revision
145755
Author
[email protected]
Date
2013-03-13 14:41:10 -0700 (Wed, 13 Mar 2013)

Log Message

Account for review feedback in https://bugs.webkit.org/show_bug.cgi?id=112279
that I'd mistakenly left out of my commit.

* loader/ResourceLoaderTypes.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (145754 => 145755)


--- trunk/Source/WebCore/ChangeLog	2013-03-13 21:38:19 UTC (rev 145754)
+++ trunk/Source/WebCore/ChangeLog	2013-03-13 21:41:10 UTC (rev 145755)
@@ -1,3 +1,10 @@
+2013-03-13  Brady Eidson  <[email protected]>
+
+        Account for review feedback in https://bugs.webkit.org/show_bug.cgi?id=112279
+        that I'd mistakenly left out of my commit.
+
+        * loader/ResourceLoaderTypes.h:
+
 2013-03-13  Abhishek Arya  <[email protected]>
 
         Crash in CompositeEditCommand::insertNodeAt.

Modified: trunk/Source/WebCore/loader/ResourceLoaderTypes.h (145754 => 145755)


--- trunk/Source/WebCore/loader/ResourceLoaderTypes.h	2013-03-13 21:38:19 UTC (rev 145754)
+++ trunk/Source/WebCore/loader/ResourceLoaderTypes.h	2013-03-13 21:41:10 UTC (rev 145755)
@@ -29,8 +29,8 @@
 namespace WebCore {
 
 // DataPayloadType describes the nature of an invocation of the ResourceLoader::didReceiveData callback.
-//  - DataPayloadWholeResource is expected when the buffer points to a whole resource. There will only be one such didReceiveData callback for the load.
-//  - DataPayloadBytes is expected when the buffer points to a range of bytes, which may or may not be a whole resource.
+//  - DataPayloadWholeResource indicates that the buffer points to a whole resource. There will only be one such didReceiveData callback for the load.
+//  - DataPayloadBytes indicates that the buffer points to a range of bytes, which may or may not be a whole resource.
 //    There may have been previous didReceieveData callbacks, and there may be future didReceieveData callbacks.
 
 enum DataPayloadType {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to