X Tutup
Skip to content

Commit b6ca192

Browse files
committed
Updated comment in Frame.CallFunction.
1 parent 3c0b696 commit b6ca192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cefpython/frame.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ cdef class PyFrame:
9797
self.ExecuteJavascript(code)
9898

9999
def CallFunction(self, *args):
100-
# DEPRECATED name.
100+
# DEPRECATED - keep for backwards compatibility.
101101
self.ExecuteFunction(*args)
102102

103103
# Synchronous javascript calls won't be supported as CEF 3

0 commit comments

Comments
 (0)
X Tutup