summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Console.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Console.idl')
-rw-r--r--WebCore/page/Console.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/page/Console.idl b/WebCore/page/Console.idl
index 1506210..52528f1 100644
--- a/WebCore/page/Console.idl
+++ b/WebCore/page/Console.idl
@@ -41,8 +41,8 @@ module window {
[CustomArgumentHandling] void warn();
[CustomArgumentHandling] void dir();
[CustomArgumentHandling] void dirxml();
- [CustomArgumentHandling] void trace();
- [CustomArgumentHandling, ImplementationFunction=assertCondition] void assert(in boolean condition);
+ [V8Custom, CustomArgumentHandling] void trace();
+ [V8Custom, CustomArgumentHandling, ImplementationFunction=assertCondition] void assert(in boolean condition);
[CustomArgumentHandling] void count();
[CustomArgumentHandling] void markTimeline();
@@ -61,7 +61,7 @@ module window {
[CustomArgumentHandling] void groupCollapsed();
void groupEnd();
- readonly attribute [CustomGetter] MemoryInfo memory;
+ readonly attribute MemoryInfo memory;
};
}