diff options
Diffstat (limited to 'Source/WebCore/testing/MallocStatistics.idl')
-rw-r--r-- | Source/WebCore/testing/MallocStatistics.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/testing/MallocStatistics.idl b/Source/WebCore/testing/MallocStatistics.idl index d9c817b91..c6e471e0b 100644 --- a/Source/WebCore/testing/MallocStatistics.idl +++ b/Source/WebCore/testing/MallocStatistics.idl @@ -25,7 +25,8 @@ [ NoInterfaceObject, - ImplementationLacksVTable + ImplementationLacksVTable, + ExportMacro=WEBCORE_TESTSUPPORT_EXPORT, ] interface MallocStatistics { readonly attribute unsigned long reservedVMBytes; readonly attribute unsigned long committedVMBytes; |