summaryrefslogtreecommitdiff
path: root/fxjs/fxjs_v8.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/fxjs_v8.h')
-rw-r--r--fxjs/fxjs_v8.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fxjs/fxjs_v8.h b/fxjs/fxjs_v8.h
index 831f839fcc..9ef746018c 100644
--- a/fxjs/fxjs_v8.h
+++ b/fxjs/fxjs_v8.h
@@ -109,13 +109,6 @@ class FXJS_PerIsolateData {
explicit FXJS_PerIsolateData(v8::Isolate* pIsolate);
};
-class FXJS_ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
- static const size_t kMaxAllowedBytes = 0x10000000;
- void* Allocate(size_t length) override;
- void* AllocateUninitialized(size_t length) override;
- void Free(void* data, size_t length) override;
-};
-
void FXJS_Initialize(unsigned int embedderDataSlot, v8::Isolate* pIsolate);
void FXJS_Release();