``` SyntaxErrorNotification: browser "get the browser object TextURL-style" htmlMorph ifNotNil: [ :m | [ m ~= nil ] whileTrue: [ (m hasProperty: #webBrowserView) ifTrue: [ ^ m model ]. "Cannot store into ->"m := m owner ]]. ^ nil ```