diff options
Diffstat (limited to 'WebCore/platform/SharedBuffer.h')
-rw-r--r-- | WebCore/platform/SharedBuffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/SharedBuffer.h b/WebCore/platform/SharedBuffer.h index 3675a3b..3404a0c 100644 --- a/WebCore/platform/SharedBuffer.h +++ b/WebCore/platform/SharedBuffer.h @@ -70,6 +70,7 @@ public: #endif #if PLATFORM(CF) CFDataRef createCFData(); + static PassRefPtr<SharedBuffer> wrapCFData(CFDataRef); #endif const char* data() const; |