| Index: chrome/common/extensions/docs/server2/chroot_file_system.py
|
| diff --git a/chrome/common/extensions/docs/server2/chroot_file_system.py b/chrome/common/extensions/docs/server2/chroot_file_system.py
|
| index 2ed612f13f8fb2f5ef3123e87e093b1d0243938a..52fd6d1f7b7f6dfc82368a50915208b0307f439c 100644
|
| --- a/chrome/common/extensions/docs/server2/chroot_file_system.py
|
| +++ b/chrome/common/extensions/docs/server2/chroot_file_system.py
|
| @@ -44,7 +44,7 @@ class ChrootFileSystem(FileSystem):
|
| def Stat(self, path):
|
| return self._file_system.Stat(posixpath.join(self._root, path))
|
|
|
| - def GetIdentity(self):
|
| + def GetStableIdentity(self):
|
| return StringIdentity(
|
| '%s/%s' % (self._file_system.GetIdentity(), self._root))
|
|
|
|
|