Title: [102720] trunk/Source/WebKit/chromium
Revision
102720
Author
[email protected]
Date
2011-12-13 16:20:11 -0800 (Tue, 13 Dec 2011)

Log Message

Export WebArrayBuffer::byteLength
https://bugs.webkit.org/show_bug.cgi?id=74438

Patch by Dave Michael <[email protected]> on 2011-12-13
Reviewed by Darin Fisher.

* public/WebArrayBuffer.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (102719 => 102720)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-12-14 00:07:22 UTC (rev 102719)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-12-14 00:20:11 UTC (rev 102720)
@@ -1,3 +1,12 @@
+2011-12-13  Dave Michael  <[email protected]>
+
+        Export WebArrayBuffer::byteLength
+        https://bugs.webkit.org/show_bug.cgi?id=74438
+
+        Reviewed by Darin Fisher.
+
+        * public/WebArrayBuffer.h:
+
 2011-12-13  Kenneth Russell  <[email protected]>
 
         Unreviewed, rolling out r102693.

Modified: trunk/Source/WebKit/chromium/public/WebArrayBuffer.h (102719 => 102720)


--- trunk/Source/WebKit/chromium/public/WebArrayBuffer.h	2011-12-14 00:07:22 UTC (rev 102719)
+++ trunk/Source/WebKit/chromium/public/WebArrayBuffer.h	2011-12-14 00:20:11 UTC (rev 102720)
@@ -64,7 +64,7 @@
 
     bool isNull() const { return m_private.isNull(); }
     WEBKIT_EXPORT void* data() const;
-    unsigned byteLength() const;
+    WEBKIT_EXPORT unsigned byteLength() const;
 
 #if WEBKIT_USING_V8
     WEBKIT_EXPORT v8::Handle<v8::Value> toV8Value();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to