mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-08-07 12:30:47 +00:00
#463: fix name of pref II
This commit is contained in:
@@ -499,7 +499,7 @@ partial interface Window {
|
||||
[Throws, Pref="tenfourfox.dom.requestIdleCallback.enabled"]
|
||||
unsigned long requestIdleCallback(IdleRequestCallback callback,
|
||||
optional IdleRequestOptions options);
|
||||
[Pref="dom.requestIdleCallback.enabled"]
|
||||
[Pref="tenfourfox.dom.requestIdleCallback.enabled"]
|
||||
void cancelIdleCallback(unsigned long handle);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user