| Index: build/android/pylib/content_settings.py
|
| diff --git a/build/android/pylib/content_settings.py b/build/android/pylib/content_settings.py
|
| index 8898d01dfabeed2e7f151e27562394af6b595d92..26ec549f58d1f19d1a6ac9dc60edc665d9a59a5e 100644
|
| --- a/build/android/pylib/content_settings.py
|
| +++ b/build/android/pylib/content_settings.py
|
| @@ -22,7 +22,8 @@ class ContentSettings(dict):
|
| self._table = table
|
| self._adb = adb
|
|
|
| - def _GetTypeBinding(self, value):
|
| + @staticmethod
|
| + def _GetTypeBinding(value):
|
| if isinstance(value, bool):
|
| return 'b'
|
| if isinstance(value, float):
|
|
|