0

Fix ChangeLog typo

git-svn-id: svn://svn.chromium.org/blink/trunk@43930 bbb929c8-8fbe-4397-9dbb-9b2b20218538
This commit is contained in:
beidson@apple.com
2009-05-20 19:36:48 +00:00
parent d33b5f080b
commit 1075743b65

@ -8,7 +8,7 @@
"javascript://" be detected as invalid hierarchical URLs. When a KURL is marked as
invalid, you can no longer ask it a question such as "is your protocol javascript?"
Therefore FrameLoader wouldn't recognize them as javascript URLs and instead try to
navigated to them.
navigate to them.
URL parsing rules aside, such URLs are in use in the wild (Microsoft's Virtual Earth
being a high profile example) and actually represent valid javascript.