I am getting
Error creating WebGL context.
Uncaught TypeError: Cannot read property ‘getExtension’ of null
on http://threejs.org/examples and my website http://arefin.in ( r58 ).
chrome:// gpu / shows everything enabled.
What do you think is wrong ?
Restarting Chrome fixed this for me.
Make sure this option is selected in your chrome settings.

@JamesMilnerUK Same issue here, loaded a lot of collada models, froze the browser until it crashed and now I can no longer get a WebGL context. Closing/reopening Chrome didn’t fix it. Were you able to find a resolution?
Edit: Found a fix — had to uncheck hardware acceleration, restart, recheck it and restart again
S**T!!!
My Chrome auto updated – the stable is at 53.0.2785.101 and stopped working, so did I…
EDIT:
Bug Report: https://bugs.chromium.org/p/chromium/issues/detail?id=645390
Turning on “use hardware acceleration where available” in chrome’s advanced settings fixed my problem
@mrdoob No, the Intel HD 4000’s not blacklisted.
Need the contents of about:gpu (plaintext is preferred, just copy/paste) to diagnose issues like this.
If the card is blacklisted then the reason why will be described on that page.
These two files describe which GPUs are blacklisted and which have driver bug workarounds applied.
https://cs.chromium.org/chromium/src/gpu/config/software_rendering_list_json.cc
https://cs.chromium.org/chromium/src/gpu/config/gpu_driver_bug_list_json.cc
Note though that a refactoring is underway so these two files will likely be replaced by .json files in the same directory in the next week or two. See http://crbug.com/691703 .
I have the same error…
It seems as Intel HD 2000 is blacklisted in Chrome 58.0.3029.81 (64-bit), Ubuntu 14.04
I set chrome://flags/ –ignore-gpu-blacklist ; and it works fine.