diff options
Diffstat (limited to 'chrome/tools/extract_actions.py')
-rwxr-xr-x | chrome/tools/extract_actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py index 8eefbb6..6381976 100755 --- a/chrome/tools/extract_actions.py +++ b/chrome/tools/extract_actions.py @@ -58,7 +58,7 @@ def AddComputedActions(actions): def AddWebKitEditorActions(actions): """Add editor actions from editor_client_impl.cc. - + Arguments: actions: set of actions to add to. """ |