Skip to content

Commit 9872cd3

Browse files
committed
Typo in CEFWindow.GetBrowser().
1 parent b62cd7c commit 9872cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cefpython/cef1/windows/binaries/cefwxpanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self, parent, url="", size=(-1, -1), *args, **kwargs):
7979

8080
def GetBrowser(self):
8181
'''Returns the CEF's browser object'''
82-
return browser
82+
return self.browser
8383

8484
def __del__(self):
8585
'''cleanup stuff'''

0 commit comments

Comments
 (0)