| Index: client/dom/scripts/fremontcutbuilder.py
|
| diff --git a/client/dom/scripts/fremontcutbuilder.py b/client/dom/scripts/fremontcutbuilder.py
|
| index c79ac3f788d47fb4740557a674ec818022ca737e..c43d2ed8c2e9eaeb6cda214991bfcadc2bfe87d4 100755
|
| --- a/client/dom/scripts/fremontcutbuilder.py
|
| +++ b/client/dom/scripts/fremontcutbuilder.py
|
| @@ -141,7 +141,7 @@ def main():
|
|
|
| optional_argument_whitelist = [
|
| ('CSSStyleDeclaration', 'setProperty', 'priority'),
|
| - # TODO(sra): Issue 1812 ('IDBDatabase', 'transaction', 'mode'),
|
| + ('IDBDatabase', 'transaction', 'mode'),
|
| ]
|
|
|
| for dir_name in webkit_dirs:
|
|
|